13 writes to inAttributeValue
System.Xml (13)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
342base.inAttributeValue = true; 358base.inAttributeValue = true; 377base.inAttributeValue = false;
System\Xml\Core\TextEncodedRawTextWriter.cs (2)
84base.inAttributeValue = true; 88base.inAttributeValue = false;
System\Xml\Core\XmlEncodedRawTextWriter.cs (4)
388inAttributeValue = true; 395inAttributeValue = false; 432inAttributeValue = true; 438inAttributeValue = false;
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (4)
198inAttributeValue = true; 206inAttributeValue = false; 246inAttributeValue = true; 253inAttributeValue = false;
13 references to inAttributeValue
System.Xml (13)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
409if ( base.inAttributeValue) { 438if ( inAttributeValue ) {
System\Xml\Core\TextEncodedRawTextWriter.cs (5)
124if ( !base.inAttributeValue ) { 131if ( !base.inAttributeValue ) { 138if ( !base.inAttributeValue ) { 145if ( !base.inAttributeValue ) { 152if ( !base.inAttributeValue ) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (3)
567if ( inAttributeValue) { 585if ( inAttributeValue) { 619if ( inAttributeValue ) {
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (3)
388if ( inAttributeValue) { 404if ( inAttributeValue) { 438if ( inAttributeValue) {