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)
1493IAsyncResult ar = context.ApplicationInstance.BeginProcessRequestNotification(context, _requestNotificationCompletionCallback);