3 writes to _nsTop
System.Private.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
267_nsTop = -1; 1372_nsTop = prevNsTop; 1521int nsIndex = ++_nsTop;
7 references to _nsTop
System.Private.Xml (7)
System\Xml\Core\XmlTextWriter.cs (7)
1368if (_useNsHashtable && prevNsTop < _nsTop) 1370PopNamespaces(prevNsTop + 1, _nsTop); 1387for (int i = _nsTop; i > _stack[_top].prevNsTop; i--) 1616for (int i = _nsTop; i >= 0; i--) 1645for (int i = _nsTop; i > _stack[_top].prevNsTop; i--) 1658for (int i = _nsTop; i >= 0; i--) 1791_stack[_top].Init(_nsTop);