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