1 write to _count
PresentationCore (1)
Core\CSharp\MS\Internal\PartialArray.cs (1)
43_count = count;
2 references to _count
PresentationCore (2)
Core\CSharp\MS\Internal\PartialArray.cs (2)
115int index = Array.IndexOf<T>(_array, item, _initialIndex, _count); 134return _count;