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)
64
return
_factory
;