1 write to m_count
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
182m_count = sharedIndices.Size;
6 references to m_count
System.Core (6)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (6)
199if (m_buffer == null && m_count > 0) 211while (buffer.Count < m_count && m_source.MoveNext(ref current, ref index)) 246if (m_count == 0 || m_bufferIndex.Value >= m_buffer.Count - 1) 265if (m_count > 0) 268if (m_sharedIndices.Count < m_count) 297Contract.Assert(m_count <= 0 || m_keyComparer.Compare(currentKey, minKey) > 0,