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)
144copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation; 145copy.TreatWarningsAsErrors = _compilerParams.TreatWarningsAsErrors; 146copy.WarningLevel = _compilerParams.WarningLevel; 147copy.CompilerOptions = _compilerParams.CompilerOptions; 165return _compilerParams;