3 writes to _threadWhichStartedOperation
System.Web (3)
HttpAsyncResult.cs (3)
69
if (Volatile.Read(ref
_threadWhichStartedOperation
) == Thread.CurrentThread) {
111
Thread originalThread = Interlocked.CompareExchange(ref
_threadWhichStartedOperation
, Thread.CurrentThread, null);
116
Thread originalThread = Interlocked.Exchange(ref
_threadWhichStartedOperation
, null);