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