2 writes to _compilerParams
System (2)
compmod\system\codedom\compiler\CompilerInfo.cs (2)
115
_compilerParams
= compilerParams;
123
_compilerParams
= compilerParams;
5 references to _compilerParams
System (5)
compmod\system\codedom\compiler\CompilerInfo.cs (5)
144
copy.IncludeDebugInformation =
_compilerParams
.IncludeDebugInformation;
145
copy.TreatWarningsAsErrors =
_compilerParams
.TreatWarningsAsErrors;
146
copy.WarningLevel =
_compilerParams
.WarningLevel;
147
copy.CompilerOptions =
_compilerParams
.CompilerOptions;
165
return
_compilerParams
;