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)
257ImmutableHashSet<T>.MutationResult result = Except(other, _equalityComparer, _hashBucketEqualityComparer, _root);
System\Collections\Immutable\ImmutableHashSet_1.MutationInput.cs (1)
49_hashBucketEqualityComparer = set._hashBucketEqualityComparer;