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)
1697
asyncHandler.BeginProcessRequest(context,
_handlerCompletionCallback
, context);