2 writes to _lastIndex
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
364
_lastIndex
= Entry.UNSEEN;
406
_lastIndex
= index;
2 references to _lastIndex
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
397
if (
_lastIndex
== -1)
403
_entries[
_lastIndex
].Link = index;