2 writes to _quoteChar
System.Private.Xml (2)
System\Xml\Core\XmlTextEncoder.cs (2)
39
_quoteChar
= '"';
49
_quoteChar
= value;
4 references to _quoteChar
System.Private.Xml (4)
System\Xml\Core\XmlTextEncoder.cs (4)
171
if (_inAttribute &&
_quoteChar
== ch)
181
if (_inAttribute &&
_quoteChar
== ch)
327
if (_inAttribute &&
_quoteChar
== ch)
337
if (_inAttribute &&
_quoteChar
== ch)