Просмотр исходного кода

Annotate EventCounter as a relocated type (dotnet/corert#6990)

This moved to CoreLib and needs to be annotated as such for Project N.

Signed-off-by: dotnet-bot <[email protected]>
Michal Strehovský 7 лет назад
Родитель
Сommit
268f9e41cc

+ 1 - 1
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventCounter.cs

@@ -26,7 +26,7 @@ namespace System.Diagnostics.Tracing
     /// See https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestEventCounter.cs
     /// which shows tests, which are also useful in seeing actual use.  
     /// </summary>
-    public class EventCounter : IDisposable
+    public partial class EventCounter : IDisposable
     {
         /// <summary>
         /// Initializes a new instance of the <see cref="EventCounter"/> class.