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