13 writes to inAttributeValue
System.Xml (13)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
342base.inAttributeValue = true; 358base.inAttributeValue = true; 377base.inAttributeValue = false;
System\Xml\Core\TextUtf8RawTextWriter.cs (2)
84base.inAttributeValue = true; 88base.inAttributeValue = false;
System\Xml\Core\XmlUtf8RawTextWriter.cs (4)
334inAttributeValue = true; 341inAttributeValue = false; 376inAttributeValue = true; 382inAttributeValue = false;
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (4)
185inAttributeValue = true; 193inAttributeValue = false; 232inAttributeValue = true; 239inAttributeValue = false;
13 references to inAttributeValue
System.Xml (13)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
409if ( base.inAttributeValue) { 438if ( inAttributeValue ) {
System\Xml\Core\TextUtf8RawTextWriter.cs (5)
124if ( !base.inAttributeValue ) { 131if ( !base.inAttributeValue ) { 138if ( !base.inAttributeValue ) { 145if ( !base.inAttributeValue ) { 152if ( !base.inAttributeValue ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (3)
500if ( inAttributeValue) { 517if ( inAttributeValue) { 549if ( inAttributeValue ) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (3)
363if ( inAttributeValue) { 378if ( inAttributeValue) { 410if ( inAttributeValue) {