4 references to xmlElements
System.Xml (4)
System\Xml\Serialization\XmlAttributes.cs (4)
61
if (
xmlElements
.Count > 0) flags |= XmlAttributeFlags.Elements;
104
this.
xmlElements
.Add((XmlElementAttribute)attrs[i]);
151
this.
xmlElements
.Clear();
182
get { return
xmlElements
; }