1 instantiation of TestDisposable
Aspire.Dashboard.Tests (1)
tests\Shared\Logging\TestLogger.cs (1)
64
public static readonly TestDisposable Instance = new
TestDisposable
();
2 references to TestDisposable
Aspire.Dashboard.Tests (2)
tests\Shared\Logging\TestLogger.cs (2)
35
return
TestDisposable
.Instance;
64
public static readonly
TestDisposable
Instance = new TestDisposable();