1 write to _compilerType
System.Web (1)
Compilation\AssemblyBuilder.cs (1)
168_compilerType = compilerType.Clone();
10 references to _compilerType
System.Web (10)
Compilation\AssemblyBuilder.cs (10)
84get { return _compilerType.CodeDomProviderType; } 172_compilerType.CompilerParameters.IncludeDebugInformation = true; 176_compilerType.CompilerParameters.IncludeDebugInformation = false; 180_compilerType.CompilerParameters.IncludeDebugInformation = false; 184_compilerType.CompilerParameters.IncludeDebugInformation = true; 188_tempFiles.KeepFiles = _compilerType.CompilerParameters.IncludeDebugInformation; 191_compilerType.CodeDomProviderType); 641if (!_compilerType.CompilerParameters.IncludeDebugInformation) 678CompilerParameters compilParams = _compilerType.CompilerParameters; 722FixUpCompilerParameters(_compConfig, _compilerType.CodeDomProviderType, compilParams);