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