3 writes to _firstIndex
PresentationFramework (3)
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
330
_firstIndex
= Entry.UNSEEN;
343
_firstIndex
= Entry.UNSEEN;
379
_firstIndex
= index; // special case for head of list
2 references to _firstIndex
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
402
if (
_firstIndex
< 0)
411
int index =
_firstIndex
;