7 writes to _asyncResultBase
System.Web (7)
Hosting\IIS7WorkerRequest.cs (7)
537if (Interlocked.CompareExchange(ref _asyncResultBase, ar, null) != null) 546_asyncResultBase = null; 552_asyncResultBase = null; 583_asyncResultBase = null; 615if (Interlocked.CompareExchange(ref _asyncResultBase, ar, null) != null) 631_asyncResultBase = null; 638_asyncResultBase = null;
1 reference to _asyncResultBase
System.Web (1)
Hosting\IIS7WorkerRequest.cs (1)
582AsyncResultBase ar = _asyncResultBase;