2 writes to _compilerType
System.Web (2)
UI\SimpleWebHandlerParser.cs (2)
360
_compilerType
= _buildProvider.GetDefaultCompilerTypeForLanguageInternal(language);
364
_compilerType
= _buildProvider.GetDefaultCompilerTypeInternal();
3 references to _compilerType
System.Web (3)
UI\SimpleWebHandlerParser.cs (3)
135
internal CompilerType CompilerType { get { return
_compilerType
; } }
369
if (
_compilerType
.CompilerParameters != null)
370
ProcessCompilationParams(directive,
_compilerType
.CompilerParameters);