3 writes to _firstIndex
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (3)
350
_firstIndex
= Entry.UNSEEN;
363
_firstIndex
= Entry.UNSEEN;
399
_firstIndex
= index; // special case for head of list
2 references to _firstIndex
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
422
if (
_firstIndex
< 0)
431
int index =
_firstIndex
;