1 write to _compilerParams
System.CodeDom (1)
System\CodeDom\Compiler\CompilerInfo.cs (1)
83
_compilerParams
= compilerParams ?? new CompilerParameters();
5 references to _compilerParams
System.CodeDom (5)
System\CodeDom\Compiler\CompilerInfo.cs (5)
101
copy.IncludeDebugInformation =
_compilerParams
.IncludeDebugInformation;
102
copy.TreatWarningsAsErrors =
_compilerParams
.TreatWarningsAsErrors;
103
copy.WarningLevel =
_compilerParams
.WarningLevel;
104
copy.CompilerOptions =
_compilerParams
.CompilerOptions;
108
internal CompilerParameters CompilerParams =>
_compilerParams
;