13 references to SpecialAttr
System.Xml (13)
System\Xml\Core\XmlTextWriter.cs (13)
152SpecialAttr specialAttr; 491this.specialAttr = SpecialAttr.None; 504this.specialAttr = SpecialAttr.XmlLang; 507this.specialAttr = SpecialAttr.XmlSpace; 529this.specialAttr = SpecialAttr.XmlNs; 536this.specialAttr = SpecialAttr.XmlNs; 578this.specialAttr = SpecialAttr.XmlLang; 581this.specialAttr = SpecialAttr.XmlSpace; 584xmlEncoder.StartAttribute(this.specialAttr != SpecialAttr.None); 1165if (this.specialAttr != SpecialAttr.None) { 1408case SpecialAttr.XmlLang: 1411case SpecialAttr.XmlSpace: 1424case SpecialAttr.XmlNs: