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