2 instantiations of HandlerFactoryWrapper
System.Web (2)
Configuration\HandlerFactoryCache.cs (2)
33
_factory = new
HandlerFactoryWrapper
((IHttpHandler)instance, GetHandlerType(type));
51
_factory = new
HandlerFactoryWrapper
((IHttpHandler)instance, GetHandlerType(mapping));