We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da20d0 commit 8d17347Copy full SHA for 8d17347
src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventCounter.cs
@@ -26,7 +26,7 @@ namespace System.Diagnostics.Tracing
26
/// See https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestEventCounter.cs
27
/// which shows tests, which are also useful in seeing actual use.
28
/// </summary>
29
- public class EventCounter : IDisposable
+ public partial class EventCounter : IDisposable
30
{
31
/// <summary>
32
/// Initializes a new instance of the <see cref="EventCounter"/> class.
0 commit comments