2 writes to _lastIndex
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
3109_lastIndex = Entry.UNSEEN; 3151_lastIndex = index;
2 references to _lastIndex
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
3142if (_lastIndex == -1) 3148_entries[_lastIndex].Link = index;