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