1 write to m_rightSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
164
m_rightSource
= rightSource;
4 references to m_rightSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (4)
176
Contract.Assert(
m_rightSource
!= null);
190
while (
m_rightSource
.MoveNext(ref rightElement, ref rightKeyUnused))
224
Contract.Assert(m_leftSource != null &&
m_rightSource
!= null);
226
m_rightSource
.Dispose();