3 writes to _handler
System.Web (3)
Configuration\HandlerFactoryWrapper.cs (3)
24
_handler
= handler;
30
_handler
= (IHttpHandler)HttpRuntime.CreateNonPublicInstanceByWebObjectActivator(_handlerType);
40
_handler
= null;
5 references to _handler
System.Web (5)
Configuration\HandlerFactoryWrapper.cs (5)
29
if (
_handler
== null)
32
return
_handler
;
36
if (
_handler
!= null) {
37
Debug.Assert(handler ==
_handler
);
39
if (!
_handler
.IsReusable) {