5 references to FirstValue
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableDictionary_2.Comparers.cs (5)
104
&& this.KeyComparer.Equals(x.
FirstValue
.Key, y.
FirstValue
.Key)
105
&& this.ValueComparer.Equals(x.
FirstValue
.Value, y.
FirstValue
.Value);
117
return this.KeyComparer.GetHashCode(obj.
FirstValue
.Key);