2 writes to _lastIndex
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
349_lastIndex = Entry.UNSEEN; 391_lastIndex = index;
2 references to _lastIndex
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
382if (_lastIndex == -1) 388_entries[_lastIndex].Link = index;