3 writes to _firstIndex
System.Xaml (3)
System\Xaml\XamlObjectReader.cs (3)
3090
_firstIndex
= Entry.UNSEEN;
3103
_firstIndex
= Entry.UNSEEN;
3139
_firstIndex
= index; // special case for head of list
2 references to _firstIndex
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
3162
if (
_firstIndex
< 0)
3171
int index =
_firstIndex
;