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