3 writes to _index
PresentationFramework (3)
MS\Internal\Data\CollectionViewGroupInternal.cs (3)
620
_index
= 0;
626
_index
= 0;
636
for (; _index < n; ++
_index
)
2 references to _index
PresentationFramework (2)
MS\Internal\Data\CollectionViewGroupInternal.cs (2)
636
for (;
_index
< n; ++_index)
638
object z = _list[
_index
];