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