4 references to _xmlElements
System.Private.Xml (4)
System\Xml\Serialization\XmlAttributes.cs (4)
58
if (
_xmlElements
.Count > 0) flags |= XmlAttributeFlags.Elements;
93
_xmlElements
.Add((XmlElementAttribute)attrs[i]);
154
_xmlElements
.Clear();
188
get { return
_xmlElements
; }