3 writes to _count
System.Linq.Parallel (3)
System\Linq\Parallel\Utils\FixedMaxHeap.cs (3)
89_count = 0; 106_count++; 145_count--;
10 references to _count
System.Linq.Parallel (10)
System\Linq\Parallel\Utils\FixedMaxHeap.cs (10)
48get { return _count; } 72if (_count == 0) 102if (_count < _elements.Length) 105_elements[_count] = e; 133Debug.Assert(_count > 0); 144Debug.Assert(_count > 0); 147if (_count > 0) 149_elements[0] = _elements[_count]; 170int n = _count; 212int i = _count - 1;