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