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