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)
29if (_handler == null) 32return _handler; 36if (_handler != null) { 37Debug.Assert(handler == _handler); 39if (!_handler.IsReusable) {