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