1 write to _handlerType
System.Web (1)
Configuration\HandlerFactoryWrapper.cs (1)
25
_handlerType
= handlerType;
1 reference to _handlerType
System.Web (1)
Configuration\HandlerFactoryWrapper.cs (1)
30
_handler = (IHttpHandler)HttpRuntime.CreateNonPublicInstanceByWebObjectActivator(
_handlerType
);