2 instantiations of TestLogger
Microsoft.Extensions.DotNetDeltaApplier.Tests (2)
HotReloadClientTests.cs (2)
20Logger = new TestLogger(output); 21AgentLogger = new TestLogger(output);
2 references to TestLogger
Microsoft.Extensions.DotNetDeltaApplier.Tests (2)
HotReloadClientTests.cs (2)
12public readonly TestLogger Logger; 13public readonly TestLogger AgentLogger;