3 writes to xmlAnyAttribute
System.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
141
this.
xmlAnyAttribute
= (XmlAnyAttributeAttribute)attrs[i];
160
this.
xmlAnyAttribute
= null;
279
set {
xmlAnyAttribute
= value; }
2 references to xmlAnyAttribute
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
70
if (
xmlAnyAttribute
!= null) flags |= XmlAttributeFlags.AnyAttribute;
278
get { return
xmlAnyAttribute
; }