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