1 write to _count
PresentationCore (1)
MS\Internal\PartialArray.cs (1)
27
_count
= count;
2 references to _count
PresentationCore (2)
MS\Internal\PartialArray.cs (2)
99
int index = Array.IndexOf<T>(_array, item, _initialIndex,
_count
);
118
return
_count
;