1 write to prevNsTop
System.Private.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
66
prevNsTop
= nsTop;
5 references to prevNsTop
System.Private.Xml (5)
System\Xml\Core\XmlTextWriter.cs (5)
1367
int prevNsTop = _stack[_top].
prevNsTop
;
1387
for (int i = _nsTop; i > _stack[_top].
prevNsTop
; i--)
1508
if (existingNsIndex != -1 && existingNsIndex > _stack[_top].
prevNsTop
)
1637
if (nsIndex > _stack[_top].
prevNsTop
)
1645
for (int i = _nsTop; i > _stack[_top].
prevNsTop
; i--)