1 write to m_leftSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
152
m_leftSource
= leftSource;
4 references to m_leftSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
164
Contract.Assert(
m_leftSource
!= null);
191
while (
m_leftSource
.MoveNext(ref leftElement, ref keyUnused))
215
Contract.Assert(
m_leftSource
!= null && m_rightSource != null);
216
m_leftSource
.Dispose();