2 writes to currentThread
System.Web.Services (2)
System\Web\Services\Protocols\SoapHeader.cs (2)
239
this.
currentThread
= Thread.CurrentThread.GetHashCode();
266
this.
currentThread
= 0;
2 references to currentThread
System.Web.Services (2)
System\Web\Services\Protocols\SoapHeader.cs (2)
209
if (Thread.CurrentThread.GetHashCode() != this.
currentThread
) return;
217
if (Thread.CurrentThread.GetHashCode() != this.
currentThread
) return;