1 write to _sharedIndices
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
183
_sharedIndices
= sharedIndices;
7 references to _sharedIndices
System.Linq.Parallel (7)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (7)
195
Debug.Assert(
_sharedIndices
!= null);
218
lock (
_sharedIndices
)
220
if (!
_sharedIndices
.Insert(index))
257
return
_sharedIndices
.Count == 0
258
|| _keyComparer.Compare(_buffer[_bufferIndex.Value].Second,
_sharedIndices
.MaxValue) <= 0;
268
if (
_sharedIndices
.Count < _count)
273
minKey =
_sharedIndices
.MaxValue;