4 references to _xmlElements
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (4)
64if (_xmlElements.Count > 0) flags |= XmlAttributeFlags.Elements; 113_xmlElements.Add((XmlElementAttribute)attrib); 175_xmlElements.Clear(); 203get { return _xmlElements; }