10 references to Set
System.Core (10)
System\Linq\Enumerable.cs (5)
837Set<TSource> set = new Set<TSource>(comparer); 857Set<TSource> set = new Set<TSource>(comparer); 879Set<TSource> set = new Set<TSource>(comparer); 900Set<TSource> set = new Set<TSource>(comparer); 2388public Set() : this(null) { }
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (2)
184m_hashLookup = new Set<TInputOutput>(m_comparer); 271Set<TInputOutput> rightLookup = new Set<TInputOutput>(m_comparer);
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
172m_hashLookup = new Set<TInputOutput>(m_comparer);
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
226m_hashLookup = new Set<TInputOutput>(m_comparer);
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
141m_hashLookup = new Set<TInputOutput>(comparer);