5 references to xmlAnyElements
System.Xml (5)
System\Xml\Serialization\XmlAttributes.cs (5)
63
if (
xmlAnyElements
.Count > 0) flags |= XmlAttributeFlags.AnyElements;
116
this.
xmlAnyElements
.Add((XmlAnyElementAttribute)attrs[i]);
153
this.
xmlAnyElements
.Clear();
166
this.
xmlAnyElements
.Add(wildcard);
270
get { return
xmlAnyElements
; }