2 writes to prefix
System.Private.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
532
_stack[_top].
prefix
= null;
535
_stack[_top].
prefix
= prefix;
2 references to prefix
System.Private.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
1357
if (_namespaces && _stack[_top].
prefix
!= null)
1359
_textWriter.Write(_stack[_top].
prefix
);