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)
84
get { 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);
641
if (!
_compilerType
.CompilerParameters.IncludeDebugInformation)
678
CompilerParameters compilParams =
_compilerType
.CompilerParameters;
722
FixUpCompilerParameters(_compConfig,
_compilerType
.CodeDomProviderType, compilParams);