2 writes to IncludeDebugInformation
System.CodeDom (2)
System\CodeDom\Compiler\CompilerInfo.cs (1)
104copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation;
System\CodeDom\Compiler\CompilerParameters.cs (1)
33IncludeDebugInformation = includeDebugInformation;
3 references to IncludeDebugInformation
System.CodeDom (3)
System\CodeDom\Compiler\CompilerInfo.cs (3)
97CompilerParams.IncludeDebugInformation == other.CompilerParams.IncludeDebugInformation && 104copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation;