3 writes to _xmlAnyAttribute
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
141_xmlAnyAttribute = (XmlAnyAttributeAttribute)attrs[i]; 163_xmlAnyAttribute = null; 285set { _xmlAnyAttribute = value; }
2 references to _xmlAnyAttribute
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
67if (_xmlAnyAttribute != null) flags |= XmlAttributeFlags.AnyAttribute; 284get { return _xmlAnyAttribute; }