1 write to Type
System.Web (1)
Configuration\HttpHandlerAction.cs (1)
68
Type
= type;
8 references to Type
System.Web (8)
Configuration\HandlerFactoryCache.cs (2)
80
Type t = GetTypeWithAssert(handlerAction.
Type
);
84
throw new ConfigurationErrorsException(SR.GetString(SR.Type_not_factory_or_handler, handlerAction.
Type
),
Configuration\HttpHandlerAction.cs (4)
159
_type = ConfigUtil.GetType(
Type
, "type", this);
163
SR.GetString(SR.Type_not_factory_or_handler,
Type
),
179
Type t = ConfigUtil.GetType(
Type
, "type", this);
184
SR.GetString(SR.Type_not_factory_or_handler,
Type
),
HttpApplication.cs (2)
2678
HandlerFactoryCache entry = (HandlerFactoryCache)_handlerFactories[mapping.
Type
];
2681
_handlerFactories[mapping.
Type
] = entry;