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