Fix CoreRT build break
authorJan Kotas <jkotas@microsoft.com>
Tue, 24 Sep 2019 20:50:02 +0000 (13:50 -0700)
committerJan Kotas <jkotas@microsoft.com>
Wed, 25 Sep 2019 21:51:49 +0000 (14:51 -0700)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/890b306cdc112354f932bdf28399b192ceeb912d

src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSource.cs

index b8df3814f94f743dd140ec45581a56040cf8e973..37b9a4df58eb669b409e5824af15e652ffe1f56d 100644 (file)
@@ -2529,7 +2529,7 @@ namespace System.Diagnostics.Tracing
             String
         }
 
-        private Type EventTypeToType(EventParameterType type)
+        private static Type EventTypeToType(EventParameterType type)
         {
             switch (type)
             {