2 writes to m_leftSource
System.Core (2)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (2)
211
m_leftSource
= leftSource;
258
m_leftSource
= null;
5 references to m_leftSource
System.Core (5)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (5)
234
if (
m_leftSource
!= null)
241
while (
m_leftSource
.MoveNext(ref currentLeftElement, ref keyUnused))
257
m_leftSource
.Dispose();
293
if (
m_leftSource
!= null)
295
m_leftSource
.Dispose();