Fix feedback
authorMichelle McDaniel <adiaaida@gmail.com>
Wed, 4 Oct 2017 17:06:10 +0000 (10:06 -0700)
committerMichelle McDaniel <adiaaida@gmail.com>
Mon, 9 Oct 2017 16:05:30 +0000 (09:05 -0700)
commitdaadb02f1bf4b39a74d13454ae5919ae28cdc45d
tree1e421ed7a1fce1a66553aa77c1b52109520f9404
parent3ede131b4fd0f902b4cda142b48a850640e2f4d4
Fix feedback

Commit migrated from https://github.com/dotnet/corefx/commit/e39347258e3c76fb24b679a0a211b365a36f4cf6
21 files changed:
src/libraries/Common/src/Interop/Windows/advapi32/Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.cs
src/libraries/Common/src/Interop/Windows/advapi32/Interop.GetTokenInformation.cs
src/libraries/Common/src/Interop/Windows/kernel32/Interop.GetComputerName.cs
src/libraries/Common/src/Interop/Windows/kernel32/Interop.LoadLibrary.cs
src/libraries/Common/src/Interop/Windows/kernel32/Interop.PerformanceCounterOptions.cs
src/libraries/Common/src/Interop/Windows/perfcounter/Interop.FormatFromRawValue.cs
src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeLocalMemHandle.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/DiagnosticsConfiguration.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/SharedPerformanceCounter.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/SharedUtils.cs
src/libraries/System.Diagnostics.PerformanceCounter/tests/PerformanceCounterTests.cs