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