Fix BitOperations using in standalone EventSource build
authorStephen Toub <stoub@microsoft.com>
Wed, 27 Feb 2019 13:43:03 +0000 (08:43 -0500)
committerStephen Toub <stoub@microsoft.com>
Wed, 27 Feb 2019 22:03:23 +0000 (17:03 -0500)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs

index 0a1eb78..fc5b26c 100644 (file)
@@ -185,7 +185,7 @@ using Microsoft.Win32;
 
 #if ES_BUILD_STANDALONE
 using EventDescriptor = Microsoft.Diagnostics.Tracing.EventDescriptor;
-using BitOps = Microsoft.Diagnostics.Tracing.Internal.BitOps;
+using BitOperations = Microsoft.Diagnostics.Tracing.Internal.BitOperations;
 #else
 using System.Threading.Tasks;
 #endif