2 writes to quoteChar
System.Xml (2)
System\Xml\Core\XmlTextEncoder.cs (2)
45
this.
quoteChar
= '"';
54
this.
quoteChar
= value;
4 references to quoteChar
System.Xml (4)
System\Xml\Core\XmlTextEncoder.cs (4)
166
if ( inAttribute &&
quoteChar
== ch ) {
174
if ( inAttribute &&
quoteChar
== ch ) {
297
if ( inAttribute &&
quoteChar
== ch ) {
305
if ( inAttribute &&
quoteChar
== ch ) {