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