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