13 writes to _inAttributeValue
System.Private.Xml (13)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
309
base.
_inAttributeValue
= true;
327
base.
_inAttributeValue
= true;
349
base.
_inAttributeValue
= false;
System\Xml\Core\TextEncodedRawTextWriter.cs (2)
69
base.
_inAttributeValue
= true;
74
base.
_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)
385
if (base.
_inAttributeValue
)
421
if (
_inAttributeValue
)
System\Xml\Core\TextEncodedRawTextWriter.cs (5)
120
if (!base.
_inAttributeValue
)
129
if (!base.
_inAttributeValue
)
138
if (!base.
_inAttributeValue
)
147
if (!base.
_inAttributeValue
)
156
if (!base.
_inAttributeValue
)
System\Xml\Core\XmlEncodedRawTextWriter.cs (3)
600
if (
_inAttributeValue
)
622
if (
_inAttributeValue
)
660
if (
_inAttributeValue
)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (3)
496
if (
_inAttributeValue
)
515
if (
_inAttributeValue
)
554
if (
_inAttributeValue
)