3 writes to IncludeDebugInformation
Microsoft.Build.Tasks.Core (1)
CodeTaskFactory.cs (1)
730
IncludeDebugInformation
= true,
System.CodeDom (2)
System\CodeDom\Compiler\CompilerInfo.cs (1)
104
copy.
IncludeDebugInformation
= _compilerParams.IncludeDebugInformation;
System\CodeDom\Compiler\CompilerParameters.cs (1)
33
IncludeDebugInformation
= includeDebugInformation;
3 references to IncludeDebugInformation
System.CodeDom (3)
System\CodeDom\Compiler\CompilerInfo.cs (3)
97
CompilerParams.
IncludeDebugInformation
== other.CompilerParams.
IncludeDebugInformation
&&
104
copy.IncludeDebugInformation = _compilerParams.
IncludeDebugInformation
;