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