4 writes to CurrentThread
System.Web (4)
Util\SynchronizationHelper.cs (4)
92
CurrentThread
= Thread.CurrentThread;
96
CurrentThread
= null;
154
CurrentThread
= Thread.CurrentThread;
172
CurrentThread
= null;
2 references to CurrentThread
System.Web (2)
Util\SynchronizationHelper.cs (2)
76
if (
CurrentThread
== Thread.CurrentThread) {
138
if (
CurrentThread
== Thread.CurrentThread) {