From a68fee12bb82418539faf9be91635e772f1a3566 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 26 Feb 2019 22:21:32 -0800 Subject: [PATCH] Fix EventSource StubEnvironment Signed-off-by: dotnet-bot Commit migrated from https://github.com/dotnet/coreclr/commit/39c57ad960fe37e265e426d23f3a158c508f672f --- .../src/System/Diagnostics/Tracing/StubEnvironment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/StubEnvironment.cs b/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/StubEnvironment.cs index e2b4c63..1ca8dd0 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/StubEnvironment.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/StubEnvironment.cs @@ -54,7 +54,7 @@ namespace System.Diagnostics.Tracing.Internal } #if ES_BUILD_STANDALONE - internal static class BitOps + internal static class BitOperations { [MethodImpl(MethodImplOptions.AggressiveInlining)] public static uint RotateLeft(uint value, int offset) -- 2.7.4