17 writes to IncludeDebugInformation
System (1)
compmod\system\codedom\compiler\CompilerInfo.cs (1)
144copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation;
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Scripts.cs (1)
281compilParams.IncludeDebugInformation = compiler.IsDebug;
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceParser.cs (1)
518compilParams.IncludeDebugInformation = debug;
System.Web (9)
Compilation\AssemblyBuilder.cs (4)
172_compilerType.CompilerParameters.IncludeDebugInformation = true; 176_compilerType.CompilerParameters.IncludeDebugInformation = false; 180_compilerType.CompilerParameters.IncludeDebugInformation = false; 184_compilerType.CompilerParameters.IncludeDebugInformation = true;
Compilation\CompilerTypeWithParams.cs (1)
59copy.IncludeDebugInformation = _compilParams.IncludeDebugInformation;
Configuration\CompilationSection.cs (2)
600compilerType.CompilerParameters.IncludeDebugInformation = Debug; 653compilerType.CompilerParameters.IncludeDebugInformation = Debug;
UI\SimpleWebHandlerParser.cs (1)
308compilParams.IncludeDebugInformation = fDebug;
UI\TemplateParser.cs (1)
1257compilParams.IncludeDebugInformation = flags[debug];
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\XomlCompiler.cs (1)
991clonedParams.IncludeDebugInformation = true;
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
354clonedParams.IncludeDebugInformation = sourceParams.IncludeDebugInformation;
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
363this.IncludeDebugInformation = parameters.IncludeDebugInformation;
System.Xml (2)
System\Xml\Serialization\Compiler.cs (1)
166parameters.IncludeDebugInformation = true;
System\Xml\Serialization\XmlSerializer.cs (1)
582parameters.IncludeDebugInformation = false;
16 references to IncludeDebugInformation
System (5)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
615if (options.IncludeDebugInformation) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
611if (options.IncludeDebugInformation) {
compmod\system\codedom\compiler\CompilerInfo.cs (3)
138CompilerParams.IncludeDebugInformation == other.CompilerParams.IncludeDebugInformation && 144copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation;
System.Web (9)
Compilation\AssemblyBuilder.cs (2)
188_tempFiles.KeepFiles = _compilerType.CompilerParameters.IncludeDebugInformation; 641if (!_compilerType.CompilerParameters.IncludeDebugInformation)
Compilation\BaseCodeDomTreeGenerator.cs (1)
410if (CompilParams.IncludeDebugInformation && _sourceDataClass != null) {
Compilation\CompilerTypeWithParams.cs (3)
59copy.IncludeDebugInformation = _compilParams.IncludeDebugInformation; 80_compilParams.IncludeDebugInformation == other._compilParams.IncludeDebugInformation &&
Compilation\PageCodeDomTreeGenerator.cs (1)
131if (CompilParams.IncludeDebugInformation) {
UI\SimpleWebHandlerParser.cs (1)
310if (compilParams.IncludeDebugInformation &&
UI\TemplateParser.cs (1)
1260if (compilParams.IncludeDebugInformation)
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
354clonedParams.IncludeDebugInformation = sourceParams.IncludeDebugInformation;
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
363this.IncludeDebugInformation = parameters.IncludeDebugInformation;