2 writes to prefix
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
455stack[top].prefix = null; 457stack[top].prefix = prefix;
2 references to prefix
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
1112if (this.namespaces && stack[top].prefix != null) { 1113textWriter.Write(stack[top].prefix);