3 writes to _threadWhichStartedOperation
System.Web (3)
Hosting\AsyncResultBase.cs (3)
38
if (Volatile.Read(ref
_threadWhichStartedOperation
) == Thread.CurrentThread) {
65
Thread originalThread = Interlocked.CompareExchange(ref
_threadWhichStartedOperation
, Thread.CurrentThread, null);
70
Thread originalThread = Interlocked.Exchange(ref
_threadWhichStartedOperation
, null);