Base:
method
GetHashCode
System.Object.GetHashCode()
15 references to GetHashCode
mscorlib (7)
system\runtime\remoting\lease.cs (2)
357
sponsorCallThread = Thread.CurrentThread.
GetHashCode
();
470
int thisThread = Thread.CurrentThread.
GetHashCode
();
system\runtime\remoting\message.cs (2)
854
+ Thread.CurrentThread.
GetHashCode
()
858
+ Thread.CurrentThread.
GetHashCode
()
system\runtime\remoting\remotingproxy.cs (2)
189
if (CtorThread == Thread.CurrentThread.
GetHashCode
())
471
CtorThread = Thread.CurrentThread.
GetHashCode
();
system\threading\executioncontext.cs (1)
457
return _thread == null ? ToString().GetHashCode() : _thread.
GetHashCode
();
System (1)
net\System\Net\Logging.cs (1)
293
threadId = (uint)Thread.CurrentThread.
GetHashCode
();
System.Web (2)
Util\ReadWriteSpinLock.cs (2)
95
int threadId = Thread.CurrentThread.
GetHashCode
();
109
int threadId = Thread.CurrentThread.
GetHashCode
();
System.Web.Services (3)
System\Web\Services\Protocols\SoapHeader.cs (3)
209
if (Thread.CurrentThread.
GetHashCode
() != this.currentThread) return;
217
if (Thread.CurrentThread.
GetHashCode
() != this.currentThread) return;
239
this.currentThread = Thread.CurrentThread.
GetHashCode
();
System.Xml (2)
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (2)
30
threadCode = Thread.CurrentThread.
GetHashCode
();
44
if (tempAssembly != null && Thread.CurrentThread.
GetHashCode
() == threadCode)