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