6 references to TryGetValueInternal
System.Collections.Concurrent (6)
System\Collections\Concurrent\ConcurrentDictionary.cs (6)
1224if (!TryGetValueInternal(tables, key, hashcode, out TValue? resultingValue)) 1266if (!TryGetValueInternal(tables, key, hashcode, out TValue? resultingValue)) 1298if (!TryGetValueInternal(tables, key, hashcode, out TValue? resultingValue)) 1352if (TryGetValueInternal(tables, key, hashcode, out TValue? oldValue)) 1425if (TryGetValueInternal(tables, key, hashcode, out TValue? oldValue)) 1491if (TryGetValueInternal(tables, key, hashcode, out TValue? oldValue))