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