7 writes to specialAttr
System.Xml (7)
System\Xml\Core\XmlTextWriter.cs (7)
491
this.
specialAttr
= SpecialAttr.None;
504
this.
specialAttr
= SpecialAttr.XmlLang;
507
this.
specialAttr
= SpecialAttr.XmlSpace;
529
this.
specialAttr
= SpecialAttr.XmlNs;
536
this.
specialAttr
= SpecialAttr.XmlNs;
578
this.
specialAttr
= SpecialAttr.XmlLang;
581
this.
specialAttr
= SpecialAttr.XmlSpace;
3 references to specialAttr
System.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
584
xmlEncoder.StartAttribute(this.
specialAttr
!= SpecialAttr.None);
1165
if (this.
specialAttr
!= SpecialAttr.None) {
1407
switch (this.
specialAttr
) {