4 references to DebugUtils
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
47
public bool KeepBootstrapDir { get { return this.Verbosity == Svcutil.Verbosity.Debug ||
DebugUtils
.KeepTemporaryDirs; } }
Shared\MSBuildProj.cs (1)
1069
if (_ownsDirectory && Directory.Exists(this.DirectoryPath) && !
DebugUtils
.KeepTemporaryDirs)
Shared\Utilities\ProcessRunner.cs (1)
110
if (
DebugUtils
.SvcutilDebug == 1)
Tool.cs (1)
434
DebugUtils
.SetupDebugging();