11 references to TryGetValue
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableDictionary_2.cs (6)
364if (root.TryGetValue(hashCode, out bucket)) 870if (origin.Root.TryGetValue(hashCode, out bucket)) 885if (origin.Root.TryGetValue(hashCode, out bucket)) 902if (origin.Root.TryGetValue(hashCode, out bucket)) 918if (origin.Root.TryGetValue(hashCode, out bucket)) 980if (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))