9 instantiations of Set
System.Core (9)
System\Linq\Enumerable.cs (4)
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);
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);
9 references to Set
System.Core (9)
System\Linq\Enumerable.cs (4)
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);
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (2)
146private Set<TInputOutput> m_hashLookup; // The hash lookup, used to produce the distinct set. 271Set<TInputOutput> rightLookup = new Set<TInputOutput>(m_comparer);
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
136private Set<TInputOutput> m_hashLookup; // The hash lookup, used to produce the intersection.
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
193private Set<TInputOutput> m_hashLookup; // The hash lookup, used to produce the union.
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
127private Set<TInputOutput> m_hashLookup; // The hash lookup, used to produce the distinct set.