1 write to m_rightSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
253
m_rightSource
= rightSource;
4 references to m_rightSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (4)
266
Contract.Assert(
m_rightSource
!= null);
276
while (
m_rightSource
.MoveNext(ref rightElement, ref rightKeyUnused))
327
Contract.Assert(m_leftSource != null &&
m_rightSource
!= null);
329
m_rightSource
.Dispose();