2 references to TryGetValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierW.cs (2)
96
bool found = _container.
TryGetValue
(key, hashCode, out value);
143
if (_container.
TryGetValue
(key, hashCode, out heyIWasHereFirst))