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