13 writes to _inAttributeValue
System.Private.Xml (13)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
294base._inAttributeValue = true; 312base._inAttributeValue = true; 332base._inAttributeValue = false;
System\Xml\Core\TextUtf8RawTextWriter.cs (2)
64base._inAttributeValue = true; 69base._inAttributeValue = false;
System\Xml\Core\XmlUtf8RawTextWriter.cs (4)
333_inAttributeValue = true; 341_inAttributeValue = false; 383_inAttributeValue = true; 388_inAttributeValue = false;
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (4)
255_inAttributeValue = true; 264_inAttributeValue = false; 302_inAttributeValue = true; 309_inAttributeValue = false;
13 references to _inAttributeValue
System.Private.Xml (13)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
364if (base._inAttributeValue) 398if (_inAttributeValue)
System\Xml\Core\TextUtf8RawTextWriter.cs (5)
115if (!base._inAttributeValue) 124if (!base._inAttributeValue) 133if (!base._inAttributeValue) 142if (!base._inAttributeValue) 151if (!base._inAttributeValue)
System\Xml\Core\XmlUtf8RawTextWriter.cs (3)
518if (_inAttributeValue) 538if (_inAttributeValue) 573if (_inAttributeValue)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (3)
444if (_inAttributeValue) 461if (_inAttributeValue) 496if (_inAttributeValue)