2 references to Contains
System.Core (2)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
295if (rightLookup.Contains(leftElement.First))
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
199if (m_hashLookup.Contains(leftElement.First))