9 writes to inAttributeValue
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
336
base.
inAttributeValue
= true;
354
base.
inAttributeValue
= true;
376
base.
inAttributeValue
= false;
FrameworkFork\Microsoft.Xml\Xml\Core\TextEncodedRawTextWriter.cs (2)
72
base.
inAttributeValue
= true;
77
base.
inAttributeValue
= false;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (4)
407
inAttributeValue
= true;
415
inAttributeValue
= false;
457
inAttributeValue
= true;
464
inAttributeValue
= false;
10 references to inAttributeValue
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
412
if (base.
inAttributeValue
)
448
if (
inAttributeValue
)
FrameworkFork\Microsoft.Xml\Xml\Core\TextEncodedRawTextWriter.cs (5)
123
if (!base.
inAttributeValue
)
132
if (!base.
inAttributeValue
)
141
if (!base.
inAttributeValue
)
150
if (!base.
inAttributeValue
)
159
if (!base.
inAttributeValue
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (3)
605
if (
inAttributeValue
)
626
if (
inAttributeValue
)
664
if (
inAttributeValue
)