13 writes to _inAttributeValue
System.Private.Xml (13)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
309base._inAttributeValue = true; 327base._inAttributeValue = true; 349base._inAttributeValue = false;
System\Xml\Core\TextEncodedRawTextWriter.cs (2)
69base._inAttributeValue = true; 74base._inAttributeValue = false;
System\Xml\Core\XmlEncodedRawTextWriter.cs (4)
397_inAttributeValue = true; 406_inAttributeValue = false; 450_inAttributeValue = true; 458_inAttributeValue = false;
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (4)
287_inAttributeValue = true; 298_inAttributeValue = false; 338_inAttributeValue = true; 349_inAttributeValue = false;
13 references to _inAttributeValue
System.Private.Xml (13)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
385if (base._inAttributeValue) 421if (_inAttributeValue)
System\Xml\Core\TextEncodedRawTextWriter.cs (5)
120if (!base._inAttributeValue) 129if (!base._inAttributeValue) 138if (!base._inAttributeValue) 147if (!base._inAttributeValue) 156if (!base._inAttributeValue)
System\Xml\Core\XmlEncodedRawTextWriter.cs (3)
600if (_inAttributeValue) 622if (_inAttributeValue) 660if (_inAttributeValue)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (3)
496if (_inAttributeValue) 515if (_inAttributeValue) 554if (_inAttributeValue)