4 instantiations of XmlElementList
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
833return new XmlElementList(this, name); 863return new XmlElementList(this, localName, namespaceURI);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (2)
328return new XmlElementList(this, name); 409return new XmlElementList(this, localName, namespaceURI);
6 references to XmlElementList
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (6)
290private XmlElementList _list; 294public XmlElementListEnumerator(XmlElementList list) 330public XmlEmptyElementListEnumerator(XmlElementList list) 355internal XmlElementListListener(XmlDocument doc, XmlElementList elemList) 370XmlElementList el = (XmlElementList)_elemList.Target;