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)
3160
if (
_lastIndex
== -1)
3166
_entries[
_lastIndex
].Link = index;