1 write to m_rightSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
153
m_rightSource
= rightSource;
4 references to m_rightSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
165
Contract.Assert(
m_rightSource
!= null);
178
while (
m_rightSource
.MoveNext(ref rightElement, ref rightKeyUnused))
215
Contract.Assert(m_leftSource != null &&
m_rightSource
!= null);
217
m_rightSource
.Dispose();