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