1 instantiation of DebugLogger
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
278
this.Logger = logger ?? new
DebugLogger
();
1 reference to DebugLogger
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
280
if (this.Logger is
DebugLogger
debugLooger)