6 references to GetValueOrDefault
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableDictionary_2.cs (3)
943HashBucket bucket = origin.Root.GetValueOrDefault(hashCode); 967HashBucket bucket = newRoot.GetValueOrDefault(hashCode); 991HashBucket 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);