3 writes to xmlType
System.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
138this.xmlType = (XmlTypeAttribute)attrs[i]; 159this.xmlType = null; 253set { xmlType = value; }
2 references to xmlType
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
69if (xmlType != null) flags |= XmlAttributeFlags.Type; 252get { return xmlType; }