3 writes to _xmlType
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
137_xmlType = (XmlTypeAttribute)attrs[i]; 162_xmlType = null; 259set { _xmlType = value; }
2 references to _xmlType
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
66if (_xmlType != null) flags |= XmlAttributeFlags.Type; 258get { return _xmlType; }