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