1 write to m_bufferIndex
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
138m_bufferIndex = new Shared<int>(0);
4 references to m_bufferIndex
System.Core (4)
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (4)
150m_bufferIndex.Value++; 155if (--m_bufferIndex.Value >= 0) 157currentElement = m_buffer[m_bufferIndex.Value].First; 158currentKey = m_buffer[m_bufferIndex.Value].Second;