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