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)
195Debug.Assert(_sharedIndices != null); 218lock (_sharedIndices) 220if (!_sharedIndices.Insert(index)) 257return _sharedIndices.Count == 0 258|| _keyComparer.Compare(_buffer[_bufferIndex.Value].Second, _sharedIndices.MaxValue) <= 0; 268if (_sharedIndices.Count < _count) 273minKey = _sharedIndices.MaxValue;