1 write to _compilerType
System.Web (1)
Configuration\Compiler.cs (1)
136
_compilerType
= new CompilerType(codeDomProviderType, compilParams);
3 references to _compilerType
System.Web (3)
Configuration\Compiler.cs (3)
114
if (
_compilerType
== null) {
116
if (
_compilerType
== null) {
141
return
_compilerType
;