4 writes to _factory
System.Web (4)
Configuration\HandlerFactoryCache.cs (4)
33_factory = new HandlerFactoryWrapper((IHttpHandler)instance, GetHandlerType(type)); 36_factory = (IHttpHandlerFactory)instance; 51_factory = new HandlerFactoryWrapper((IHttpHandler)instance, GetHandlerType(mapping)); 54_factory = (IHttpHandlerFactory)instance;
1 reference to _factory
System.Web (1)
Configuration\HandlerFactoryCache.cs (1)
64return _factory;