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