1 write to _handlerCompletionCallback
System.Web (1)
HttpRuntime.cs (1)
312_handlerCompletionCallback = new AsyncCallback(this.OnHandlerCompletion);
1 reference to _handlerCompletionCallback
System.Web (1)
HttpRuntime.cs (1)
1697asyncHandler.BeginProcessRequest(context, _handlerCompletionCallback, context);