10 references to Set
System.Core (10)
System\Linq\Enumerable.cs (5)
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);
2388
public Set() :
this
(null) { }
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);