5 references to Select
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (2)
64return new XPathNodeList(xn.Select(exp))[0]; 88return new XPathNodeList(xn.Select(exp));
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (3)
1191XPathNodeIterator iter = this.Select(expression); 1203return this.Select(XPathExpression.Compile(xpath)); 1210return this.Select(XPathExpression.Compile(xpath, resolver));