2 writes to _lastIndex
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
342_lastIndex = Entry.UNSEEN; 384_lastIndex = index;
2 references to _lastIndex
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
375if (_lastIndex == -1) 381_entries[_lastIndex].Link = index;