4 references to _handlerFactories
System.Web (4)
HttpApplication.cs (4)
2678HandlerFactoryCache entry = (HandlerFactoryCache)_handlerFactories[mapping.Type]; 2681_handlerFactories[mapping.Type] = entry; 2688HandlerFactoryCache entry = (HandlerFactoryCache)_handlerFactories[type]; 2691_handlerFactories[type] = entry;