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