2 instantiations of DebugLogger
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
280this.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)
282if (this.Logger is DebugLogger debugLooger)