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)
171if (_inAttribute && _quoteChar == ch) 181if (_inAttribute && _quoteChar == ch) 327if (_inAttribute && _quoteChar == ch) 337if (_inAttribute && _quoteChar == ch)