Skip to content

Commit 8d17347

Browse files
MichalStrehovskyjkotas
authored andcommitted
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 <dotnet-bot@microsoft.com>
1 parent 5da20d0 commit 8d17347

File tree

1 file changed

+1
-1
lines changed
  • src/System.Private.CoreLib/shared/System/Diagnostics/Tracing

1 file changed

+1
-1
lines changed

src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventCounter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace System.Diagnostics.Tracing
2626
/// See https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestEventCounter.cs
2727
/// which shows tests, which are also useful in seeing actual use.
2828
/// </summary>
29-
public class EventCounter : IDisposable
29+
public partial class EventCounter : IDisposable
3030
{
3131
/// <summary>
3232
/// Initializes a new instance of the <see cref="EventCounter"/> class.

0 commit comments

Comments
 (0)