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)
101copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation; 102copy.TreatWarningsAsErrors = _compilerParams.TreatWarningsAsErrors; 103copy.WarningLevel = _compilerParams.WarningLevel; 104copy.CompilerOptions = _compilerParams.CompilerOptions; 108internal CompilerParameters CompilerParams => _compilerParams;