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