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