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