2 writes to HashCode
System.Private.CoreLib (2)
System\Threading\SyncTable.cs (2)
252
s_entries[syncIndex].
HashCode
= hashCode;
265
s_entries[syncIndex].
HashCode
= hashCode;
3 references to HashCode
System.Private.CoreLib (3)
System\Threading\SyncTable.cs (3)
144
Debug.Assert(entry.
HashCode
== 0);
232
return UnsafeEntryRef(syncIndex).
HashCode
;
247
int currentHash = s_entries[syncIndex].
HashCode
;