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