2 writes to count
System.Activities (2)
System\Activities\Runtime\Pool.cs (2)
44
this.
count
--;
62
this.
count
++;
4 references to count
System.Activities (4)
System\Activities\Runtime\Pool.cs (4)
42
if (this.
count
> 0)
45
T item = this.items[this.
count
];
59
if (this.
count
< this.poolSize)
61
this.items[this.
count
] = item;