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