3 writes to _firstIndex
System.Xaml (3)
System\Xaml\XamlObjectReader.cs (3)
3114_firstIndex = Entry.UNSEEN; 3127_firstIndex = Entry.UNSEEN; 3163_firstIndex = index; // special case for head of list
2 references to _firstIndex
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
3187if (_firstIndex < 0) 3196int index = _firstIndex;