5 writes to _asyncResultBase
System.Web (5)
Hosting\ISAPIWorkerRequest.cs (5)
2427_asyncResultBase = null; 2534if (Interlocked.CompareExchange(ref _asyncResultBase, ar, null) != null) 2582_asyncResultBase = null; 2616if (Interlocked.CompareExchange(ref _asyncResultBase, ar, null) != null) 2638_asyncResultBase = null;
5 references to _asyncResultBase
System.Web (5)
Hosting\ISAPIWorkerRequest.cs (5)
875FlushAsyncResult flushAsyncResult = _asyncResultBase as FlushAsyncResult; 2372inAsyncFlush = (_asyncResultBase is FlushAsyncResult); 2453FlushAsyncResult flushAsyncResult = _asyncResultBase as FlushAsyncResult; 2577if (_asyncResultBase is ReadAsyncResult) 2581AsyncResultBase ar = _asyncResultBase;