9 writes to inAttributeValue
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
335
base.
inAttributeValue
= true;
353
base.
inAttributeValue
= true;
375
base.
inAttributeValue
= false;
FrameworkFork\Microsoft.Xml\Xml\Core\TextUtf8RawTextWriter.cs (2)
66
base.
inAttributeValue
= true;
71
base.
inAttributeValue
= false;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (4)
349
inAttributeValue
= true;
356
inAttributeValue
= false;
396
inAttributeValue
= true;
401
inAttributeValue
= false;
10 references to inAttributeValue
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
411
if (base.
inAttributeValue
)
447
if (
inAttributeValue
)
FrameworkFork\Microsoft.Xml\Xml\Core\TextUtf8RawTextWriter.cs (5)
117
if (!base.
inAttributeValue
)
126
if (!base.
inAttributeValue
)
135
if (!base.
inAttributeValue
)
144
if (!base.
inAttributeValue
)
153
if (!base.
inAttributeValue
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (3)
531
if (
inAttributeValue
)
551
if (
inAttributeValue
)
586
if (
inAttributeValue
)