13 writes to inAttributeValue
System.Xml (13)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
342
base.
inAttributeValue
= true;
358
base.
inAttributeValue
= true;
377
base.
inAttributeValue
= false;
System\Xml\Core\TextEncodedRawTextWriter.cs (2)
84
base.
inAttributeValue
= true;
88
base.
inAttributeValue
= false;
System\Xml\Core\XmlEncodedRawTextWriter.cs (4)
388
inAttributeValue
= true;
395
inAttributeValue
= false;
432
inAttributeValue
= true;
438
inAttributeValue
= false;
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (4)
198
inAttributeValue
= true;
206
inAttributeValue
= false;
246
inAttributeValue
= true;
253
inAttributeValue
= false;
13 references to inAttributeValue
System.Xml (13)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
409
if ( base.
inAttributeValue
) {
438
if (
inAttributeValue
) {
System\Xml\Core\TextEncodedRawTextWriter.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\XmlEncodedRawTextWriter.cs (3)
567
if (
inAttributeValue
) {
585
if (
inAttributeValue
) {
619
if (
inAttributeValue
) {
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (3)
388
if (
inAttributeValue
) {
404
if (
inAttributeValue
) {
438
if (
inAttributeValue
) {