1 instantiation of TestDisposable
Microsoft.AspNetCore.InternalTesting (1)
Logging\TestLogger.cs (1)
68public static readonly TestDisposable Instance = new TestDisposable();
2 references to TestDisposable
Microsoft.AspNetCore.InternalTesting (2)
Logging\TestLogger.cs (2)
39return TestDisposable.Instance; 68public static readonly TestDisposable Instance = new TestDisposable();