1 write to _requestNotificationCompletionCallback
System.Web (1)
HttpRuntime.cs (1)
311
_requestNotificationCompletionCallback
= new AsyncCallback(this.OnRequestNotificationCompletion);
1 reference to _requestNotificationCompletionCallback
System.Web (1)
HttpRuntime.cs (1)
1493
IAsyncResult ar = context.ApplicationInstance.BeginProcessRequestNotification(context,
_requestNotificationCompletionCallback
);