1 write to _compilerParams
System.CodeDom (1)
System\CodeDom\Compiler\CompilerInfo.cs (1)
86
_compilerParams
= compilerParams ?? new CompilerParameters();
5 references to _compilerParams
System.CodeDom (5)
System\CodeDom\Compiler\CompilerInfo.cs (5)
104
copy.IncludeDebugInformation =
_compilerParams
.IncludeDebugInformation;
105
copy.TreatWarningsAsErrors =
_compilerParams
.TreatWarningsAsErrors;
106
copy.WarningLevel =
_compilerParams
.WarningLevel;
107
copy.CompilerOptions =
_compilerParams
.CompilerOptions;
111
internal CompilerParameters CompilerParams =>
_compilerParams
;