9 instantiations of Set
System.Core (9)
System\Linq\Enumerable.cs (4)
837
Set<TSource> set = new
Set
<TSource>(comparer);
857
Set<TSource> set = new
Set
<TSource>(comparer);
879
Set<TSource> set = new
Set
<TSource>(comparer);
900
Set<TSource> set = new
Set
<TSource>(comparer);
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (2)
184
m_hashLookup = new
Set
<TInputOutput>(m_comparer);
271
Set<TInputOutput> rightLookup = new
Set
<TInputOutput>(m_comparer);
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
172
m_hashLookup = new
Set
<TInputOutput>(m_comparer);
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
226
m_hashLookup = new
Set
<TInputOutput>(m_comparer);
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
141
m_hashLookup = new
Set
<TInputOutput>(comparer);
9 references to Set
System.Core (9)
System\Linq\Enumerable.cs (4)
837
Set
<TSource> set = new Set<TSource>(comparer);
857
Set
<TSource> set = new Set<TSource>(comparer);
879
Set
<TSource> set = new Set<TSource>(comparer);
900
Set
<TSource> set = new Set<TSource>(comparer);
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (2)
146
private
Set
<TInputOutput> m_hashLookup; // The hash lookup, used to produce the distinct set.
271
Set
<TInputOutput> rightLookup = new Set<TInputOutput>(m_comparer);
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
136
private
Set
<TInputOutput> m_hashLookup; // The hash lookup, used to produce the intersection.
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
193
private
Set
<TInputOutput> m_hashLookup; // The hash lookup, used to produce the union.
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
127
private
Set
<TInputOutput> m_hashLookup; // The hash lookup, used to produce the distinct set.