5 references to KeepTempFiles
System.Xml (5)
System\Xml\Serialization\CodeGenerator.cs (3)
253if (DiagnosticsSwitches.KeepTempFiles.Enabled) 1735if (DiagnosticsSwitches.KeepTempFiles.Enabled) 1769if (DiagnosticsSwitches.KeepTempFiles.Enabled)
System\Xml\Serialization\Compilation.cs (1)
508if (DiagnosticsSwitches.KeepTempFiles.Enabled) {
System\Xml\Serialization\Compiler.cs (1)
29bool debugEnabled = DiagnosticsSwitches.KeepTempFiles.Enabled;