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