1 write to _hashBucketEqualityComparer
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
78
_hashBucketEqualityComparer
= GetHashBucketEqualityComparer(equalityComparer);
3 references to _hashBucketEqualityComparer
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
73
_hashBucketEqualityComparer = set.
_hashBucketEqualityComparer
;
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
257
ImmutableHashSet<T>.MutationResult result = Except(other, _equalityComparer,
_hashBucketEqualityComparer
, _root);
System\Collections\Immutable\ImmutableHashSet_1.MutationInput.cs (1)
49
_hashBucketEqualityComparer = set.
_hashBucketEqualityComparer
;