2 references to KeepTemporaryDirs
dotnet-svcutil-lib (2)
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
)