3 writes to xmlAttribute
System.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
123
this.
xmlAttribute
= (XmlAttributeAttribute)attrs[i];
155
this.
xmlAttribute
= null;
191
set {
xmlAttribute
= value; }
2 references to xmlAttribute
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
65
if (
xmlAttribute
!= null) flags |= XmlAttributeFlags.Attribute;
190
get { return
xmlAttribute
; }