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