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