src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (6)
1199if (!TryGetValueInternal(tables, key, hashcode, out TValue? resultingValue))
1241if (!TryGetValueInternal(tables, key, hashcode, out TValue? resultingValue))
1273if (!TryGetValueInternal(tables, key, hashcode, out TValue? resultingValue))
1327if (TryGetValueInternal(tables, key, hashcode, out TValue? oldValue))
1400if (TryGetValueInternal(tables, key, hashcode, out TValue? oldValue))
1466if (TryGetValueInternal(tables, key, hashcode, out TValue? oldValue))