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)
104copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation; 105copy.TreatWarningsAsErrors = _compilerParams.TreatWarningsAsErrors; 106copy.WarningLevel = _compilerParams.WarningLevel; 107copy.CompilerOptions = _compilerParams.CompilerOptions; 111internal CompilerParameters CompilerParams => _compilerParams;