4 writes to m_consumerChunkIndex
System.Core (4)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (4)
417m_consumerChunkIndex = 0; 427++m_consumerChunkIndex; 495m_consumerChunkIndex = 0; 504++m_consumerChunkIndex;
8 references to m_consumerChunkIndex
System.Core (8)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (8)
422Contract.Assert(0 <= m_consumerChunkIndex && m_consumerChunkIndex < m_consumerChunk.Length, "chunk index out of bounds"); 423item = m_consumerChunk[m_consumerChunkIndex]; 428if (m_consumerChunkIndex == m_consumerChunk.Length) 500Contract.Assert(0 <= m_consumerChunkIndex && m_consumerChunkIndex < m_consumerChunk.Length, "chunk index out of bounds"); 501item = m_consumerChunk[m_consumerChunkIndex]; 505if (m_consumerChunkIndex == m_consumerChunk.Length)