3 writes to _index
PresentationFramework (3)
MS\Internal\Data\CollectionViewGroupInternal.cs (3)
621
_index
= 0;
627
_index
= 0;
637
for (; _index < n; ++
_index
)
2 references to _index
PresentationFramework (2)
MS\Internal\Data\CollectionViewGroupInternal.cs (2)
637
for (;
_index
< n; ++_index)
639
object z = _list[
_index
];