11 references to TryGetValue
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableDictionary_2.cs (6)
371if (root.TryGetValue(hashCode, out bucket)) 877if (origin.Root.TryGetValue(hashCode, out bucket)) 892if (origin.Root.TryGetValue(hashCode, out bucket)) 909if (origin.Root.TryGetValue(hashCode, out bucket)) 925if (origin.Root.TryGetValue(hashCode, out bucket)) 1011if (origin.Root.TryGetValue(hashCode, out bucket))
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
209if (_root.TryGetValue(hashCode, out HashBucket bucket))
System\Collections\Immutable\ImmutableHashSet_1.cs (4)
212if (_root.TryGetValue(hashCode, out bucket)) 639if (origin.Root.TryGetValue(hashCode, out bucket)) 660if (origin.Root.TryGetValue(hashCode, out bucket)) 814if (newRoot.TryGetValue(hashCode, out bucket))