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