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