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)
1357if (_namespaces && _stack[_top].prefix != null) 1359_textWriter.Write(_stack[_top].prefix);