This moved to CoreLib and needs to be annotated as such for Project N.
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
/// 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.