1 write to _compilerExtensions
System.Web (1)
Configuration\CompilationSection.cs (1)
530_compilerExtensions = new Hashtable(StringComparer.OrdinalIgnoreCase);
4 references to _compilerExtensions
System.Web (4)
Configuration\CompilationSection.cs (4)
542_compilerExtensions[extension] = compiler; 561object obj = _compilerExtensions[extension]; 566_compilerExtensions[extension] = compilerType; 585_compilerExtensions[extension] = compilerType;