2 writes to m_rightSource
System.Core (2)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (2)
212
m_rightSource
= rightSource;
285
m_rightSource
= null;
5 references to m_rightSource
System.Core (5)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (5)
262
if (
m_rightSource
!= null)
268
while (
m_rightSource
.MoveNext(ref currentRightElement, ref keyUnused))
284
m_rightSource
.Dispose();
297
if (
m_rightSource
!= null)
299
m_rightSource
.Dispose();