5 references to _xmlAnyElements
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (5)
66
if (
_xmlAnyElements
.Count > 0) flags |= XmlAttributeFlags.AnyElements;
129
_xmlAnyElements
.Add((XmlAnyElementAttribute)attrib);
177
_xmlAnyElements
.Clear();
192
_xmlAnyElements
.Add(wildcard);
301
get { return
_xmlAnyElements
; }