9 references to Count
System.Core (9)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (2)
147
if (++mutables.m_currentIndex < mutables.m_currentBuffer.
Count
)
158
Contract.Assert(mutables.m_currentBuffer == null || mutables.m_currentBuffer.
Count
> 0);
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (4)
150
if (++mutables.m_currentIndex < mutables.m_currentBuffer.
Count
)
164
Contract.Assert(mutables.m_currentBuffer == null || mutables.m_currentBuffer.
Count
> 0);
166
Contract.Assert(mutables.m_currentBuffer == null || mutables.m_currentBuffer.
Count
== mutables.m_currentKeyBuffer.
Count
);
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (3)
175
if (currentRightChunk != null && mutables.m_currentRightMatchesIndex == currentRightChunk.
Count
)
207
Contract.Assert(mutables.m_currentRightMatches == null || mutables.m_currentRightMatches.
Count
> 0,
251
Contract.Assert(0 <= mutables.m_currentRightMatchesIndex && mutables.m_currentRightMatchesIndex < mutables.m_currentRightMatches.
Count
);