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