2 writes to _currentThread
System.Web (2)
Util\SynchronizationHelper.cs (2)
40get { return Interlocked.CompareExchange(ref _currentThread, null, null); } 41set { Interlocked.Exchange(ref _currentThread, value); }