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