5 writes to _idx
System.Xaml (5)
System\Xaml\ReaderMultiIndexDelegate.cs (5)
34
_idx
= -1;
47
_currentNode = _indexDelegate(++
_idx
);
65
_idx
= _count;
88
_idx
= -1;
95
_idx
= value - 1;
2 references to _idx
System.Xaml (2)
System\Xaml\ReaderMultiIndexDelegate.cs (2)
45
if (
_idx
< _count - 1)
79
get { return
_idx
; }