2 writes to inAttribute
System.Xml (2)
System\Xml\Core\XmlTextEncoder.cs (2)
59this.inAttribute = true; 75this.inAttribute = false;
7 references to inAttribute
System.Xml (7)
System\Xml\Core\XmlTextEncoder.cs (7)
148if ( inAttribute ) { 166if ( inAttribute && quoteChar == ch ) { 174if ( inAttribute && quoteChar == ch ) { 249if ( inAttribute ) { 280if ( inAttribute ) { 297if ( inAttribute && quoteChar == ch ) { 305if ( inAttribute && quoteChar == ch ) {