1 write to curQuoteChar
System.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
589
this.
curQuoteChar
= this.quoteChar;
3 references to curQuoteChar
System.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
588
if (this.
curQuoteChar
!= this.quoteChar) {
592
textWriter.Write(this.
curQuoteChar
);
1170
textWriter.Write(this.
curQuoteChar
);