3 instantiations of XPathNodeList
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (3)
64return new XPathNodeList(xn.Select(exp))[0]; 75return new XPathNodeList(n.Select(xpath)); 88return new XPathNodeList(xn.Select(exp));
2 references to XPathNodeList
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XPathNodeList.cs (2)
91private XPathNodeList _list; 95public XmlNodeListEnumerator(XPathNodeList list)