2 writes to _ignoreMinAsyncSize
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
842_ignoreMinAsyncSize = false; 910_ignoreMinAsyncSize = true;
1 reference to _ignoreMinAsyncSize
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
2355if (doneWithSession != 0 && !HttpRuntime.ShutdownInProgress && (_ignoreMinAsyncSize || (totalBodySize >= MIN_ASYNC_SIZE))) {