5 references to GetValueOrDefault
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableDictionary_2.cs (2)
936HashBucket bucket = origin.Root.GetValueOrDefault(hashCode); 960HashBucket bucket = newRoot.GetValueOrDefault(hashCode);
System\Collections\Immutable\ImmutableHashSet_1.cs (3)
618HashBucket bucket = origin.Root.GetValueOrDefault(hashCode); 680HashBucket bucket = newRoot.GetValueOrDefault(hashCode); 703HashBucket bucket = newRoot.GetValueOrDefault(hashCode);