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