1 instantiation of HashBucketByRefEqualityComparer
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableHashSet_1.HashBucketByRefEqualityComparer.cs (1)
22
private static readonly IEqualityComparer<HashBucket> s_defaultInstance = new
HashBucketByRefEqualityComparer
();
3 references to HashBucketByRefEqualityComparer
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
995
return
HashBucketByRefEqualityComparer
.DefaultInstance;
System\Collections\Immutable\ImmutableHashSet_1.HashBucketByRefEqualityComparer.cs (2)
9
/// Contains the inner <see cref="ImmutableHashSet{T}.
HashBucketByRefEqualityComparer
"/> class.
30
/// Prevents a default instance of the <see cref="
HashBucketByRefEqualityComparer
"/> class from being created.