2 instantiations of DebugLogger
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
281this.Logger = logger ?? new DebugLogger();
dotnet-svcutil-lib.Tests (1)
TestInit.cs (1)
249this_TestCaseLogger = new DebugLogger();
1 reference to DebugLogger
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
283if (this.Logger is DebugLogger debugLooger)