3 references to IsTypeAllowedInConfig
System.Web (3)
Configuration\BrowserDefinition.cs (1)
568if (!HttpRuntime.IsTypeAllowedInConfig(type)) {
HttpRuntime.cs (2)
2721if (!IsTypeAllowedInConfig(t)) { 2737if (!IsTypeAllowedInConfig(t)) {