1 write to _asyncEndOfSendCallback
System.Web (1)
HttpRuntime.cs (1)
313_asyncEndOfSendCallback = new HttpWorkerRequest.EndOfSendNotification(this.EndOfSendCallback);
2 references to _asyncEndOfSendCallback
System.Web (2)
HttpRuntime.cs (2)
1663wr.SetEndOfSendNotification(_asyncEndOfSendCallback, context); 1714wr.SetEndOfSendNotification(_asyncEndOfSendCallback, context);