src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (6)
450ref Node? bucket = ref GetBucketAndLock(tables, hashcode, out uint lockNo);
645ref Node? bucket = ref GetBucketAndLock(tables, hashcode, out uint lockNo);
931ref Node? bucket = ref GetBucketAndLock(tables, hashcode, out uint lockNo);
2028ref Node? newBucket = ref GetBucketAndLock(newTables, hashCode, out uint newLockNo);
2394ref Node? bucket = ref GetBucketAndLock(tables, hashcode, out uint lockNo);
2598ref Node? bucket = ref GetBucketAndLock(tables, hashcode, out uint lockNo);