13 writes to _inAttributeValue
System.Private.Xml (13)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
294
base.
_inAttributeValue
= true;
312
base.
_inAttributeValue
= true;
332
base.
_inAttributeValue
= false;
System\Xml\Core\TextUtf8RawTextWriter.cs (2)
64
base.
_inAttributeValue
= true;
69
base.
_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)
364
if (base.
_inAttributeValue
)
398
if (
_inAttributeValue
)
System\Xml\Core\TextUtf8RawTextWriter.cs (5)
115
if (!base.
_inAttributeValue
)
124
if (!base.
_inAttributeValue
)
133
if (!base.
_inAttributeValue
)
142
if (!base.
_inAttributeValue
)
151
if (!base.
_inAttributeValue
)
System\Xml\Core\XmlUtf8RawTextWriter.cs (3)
518
if (
_inAttributeValue
)
538
if (
_inAttributeValue
)
573
if (
_inAttributeValue
)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (3)
444
if (
_inAttributeValue
)
461
if (
_inAttributeValue
)
496
if (
_inAttributeValue
)