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)
135internal CompilerType CompilerType { get { return _compilerType; } } 369if (_compilerType.CompilerParameters != null) 370ProcessCompilationParams(directive, _compilerType.CompilerParameters);