5 references to _xmlAnyElements
System.Private.Xml (5)
System\Xml\Serialization\XmlAttributes.cs (5)
60
if (
_xmlAnyElements
.Count > 0) flags |= XmlAttributeFlags.AnyElements;
108
_xmlAnyElements
.Add((XmlAnyElementAttribute)attrs[i]);
156
_xmlAnyElements
.Clear();
171
_xmlAnyElements
.Add(wildcard);
276
get { return
_xmlAnyElements
; }