3 references to CompilerCollection
System.Web (3)
Configuration\CompilationSection.cs (3)
141new ConfigurationProperty("compilers", typeof(CompilerCollection), null, ConfigurationPropertyOptions.IsDefaultCollection); 386public CompilerCollection Compilers { 388return (CompilerCollection)base[_propCompilers];