3 instantiations of FlushAsyncResult
System.Web (3)
Hosting\IIS7WorkerRequest.cs (1)
534
FlushAsyncResult ar = new
FlushAsyncResult
(callback, state);
Hosting\ISAPIWorkerRequest.cs (1)
2531
FlushAsyncResult ar = new
FlushAsyncResult
(callback, state);
HttpResponse.cs (1)
744
FlushAsyncResult ar = new
FlushAsyncResult
(callback, state);
14 references to FlushAsyncResult
System.Web (14)
Hosting\IIS7WorkerRequest.cs (3)
534
FlushAsyncResult
ar = new FlushAsyncResult(callback, state);
565
FlushAsyncResult
ar = asyncResult as
FlushAsyncResult
;
Hosting\ISAPIWorkerRequest.cs (8)
875
FlushAsyncResult
flushAsyncResult = _asyncResultBase as
FlushAsyncResult
;
2372
inAsyncFlush = (_asyncResultBase is
FlushAsyncResult
);
2453
FlushAsyncResult
flushAsyncResult = _asyncResultBase as
FlushAsyncResult
;
2531
FlushAsyncResult
ar = new FlushAsyncResult(callback, state);
2557
FlushAsyncResult
ar = asyncResult as
FlushAsyncResult
;
HttpResponse.cs (3)
744
FlushAsyncResult
ar = new FlushAsyncResult(callback, state);
772
FlushAsyncResult
ar = asyncResult as
FlushAsyncResult
;