2 writes to _lastIndex
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
3127_lastIndex = Entry.UNSEEN; 3169_lastIndex = index;
2 references to _lastIndex
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
3160if (_lastIndex == -1) 3166_entries[_lastIndex].Link = index;