1 write to m_sharedIndices
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
184m_sharedIndices = sharedIndices;
7 references to m_sharedIndices
System.Core (7)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (7)
196Contract.Assert(m_sharedIndices != null); 221lock (m_sharedIndices) 223if (!m_sharedIndices.Insert(index)) 257return m_sharedIndices.Count == 0 258|| m_keyComparer.Compare(m_buffer[m_bufferIndex.Value].Second, m_sharedIndices.MaxValue) <= 0; 268if (m_sharedIndices.Count < m_count) 273minKey = m_sharedIndices.MaxValue;