2 writes to _completionTask
System.Web (2)
Util\SynchronizationHelper.cs (2)
51Task completionTask = Interlocked.Exchange(ref _completionTask, null); 213Interlocked.Exchange(ref _completionTask, new Task(continuation));