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)
48
get { return
_count
; }
72
if (
_count
== 0)
102
if (
_count
< _elements.Length)
105
_elements[
_count
] = e;
133
Debug.Assert(
_count
> 0);
144
Debug.Assert(
_count
> 0);
147
if (
_count
> 0)
149
_elements[0] = _elements[
_count
];
170
int n =
_count
;
212
int i =
_count
- 1;