1 write to _endOfRequestCallback
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
1478
_endOfRequestCallback
= callback;
3 references to _endOfRequestCallback
System.Web (3)
Hosting\ISAPIWorkerRequest.cs (3)
974
if (
_endOfRequestCallback
!= null) {
978
_endOfRequestCallback
(this, _endOfRequestCallbackArg);
1476
if (
_endOfRequestCallback
!= null)