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