1 instantiation of HashSetEqualityComparer
System.Core (1)
System\Collections\Generic\HashSet.cs (1)
964return new HashSetEqualityComparer<T>();
2 references to HashSetEqualityComparer
System.Core (2)
System\Collections\Generic\HashSetEqualityComparer.cs (2)
48HashSetEqualityComparer<T> comparer = obj as HashSetEqualityComparer<T>;