From: Jan Kotas Date: Wed, 27 Feb 2019 06:21:32 +0000 (-0800) Subject: Fix EventSource StubEnvironment X-Git-Tag: submit/tizen/20210909.063632~11030^2~2361 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a68fee12bb82418539faf9be91635e772f1a3566;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix EventSource StubEnvironment Signed-off-by: dotnet-bot Commit migrated from https://github.com/dotnet/coreclr/commit/39c57ad960fe37e265e426d23f3a158c508f672f --- 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)