3 writes to _requiresAsyncFlushCallback
System.Web (3)
Hosting\ISAPIWorkerRequest.cs (3)
841
_requiresAsyncFlushCallback
= false;
906
_requiresAsyncFlushCallback
= true;
2374
_requiresAsyncFlushCallback
= true;
2 references to _requiresAsyncFlushCallback
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
2356
if (
_requiresAsyncFlushCallback
) {
2402
if (!
_requiresAsyncFlushCallback
&& rc == 0 && async) {