1 write to m_leftSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
163
m_leftSource
= leftSource;
4 references to m_leftSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (4)
175
Contract.Assert(
m_leftSource
!= null);
203
while (
m_leftSource
.MoveNext(ref leftElement, ref leftKeyUnused))
224
Contract.Assert(
m_leftSource
!= null && m_rightSource != null);
225
m_leftSource
.Dispose();