2 instantiations of HandlerFactoryCache
System.Web (2)
HttpApplication.cs (2)
2680
entry = new
HandlerFactoryCache
(mapping);
2690
entry = new
HandlerFactoryCache
(type);
4 references to HandlerFactoryCache
System.Web (4)
HttpApplication.cs (4)
2678
HandlerFactoryCache
entry = (
HandlerFactoryCache
)_handlerFactories[mapping.Type];
2688
HandlerFactoryCache
entry = (
HandlerFactoryCache
)_handlerFactories[type];