1 type derived from XPathExpression
System.Private.Xml (1)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
14
internal class CompiledXpathExpr :
XPathExpression
27 references to XPathExpression
Microsoft.Build.Tasks.Core (2)
XmlPeek.cs (1)
98
XPathExpression
expr;
XmlPoke.cs (1)
82
XPathExpression
expr;
netstandard (1)
netstandard.cs (1)
2519
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.
XPathExpression
))]
System.Private.Xml (20)
System\Xml\Dom\XmlNode.cs (2)
73
XPathExpression
exp = xn.Compile(xpath);
99
XPathExpression
exp = xn.Compile(xpath);
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
84
public override
XPathExpression
Clone()
System\Xml\XPath\XPathExpr.cs (3)
49
public abstract
XPathExpression
Clone();
57
public static
XPathExpression
Compile(string xpath)
62
public static
XPathExpression
Compile(string xpath, IXmlNamespaceResolver? nsResolver)
System\Xml\XPath\XPathNavigator.cs (13)
1114
public virtual
XPathExpression
Compile(string xpath)
1116
return
XPathExpression
.Compile(xpath);
1121
return SelectSingleNode(
XPathExpression
.Compile(xpath));
1126
return SelectSingleNode(
XPathExpression
.Compile(xpath, resolver));
1129
public virtual XPathNavigator? SelectSingleNode(
XPathExpression
expression)
1142
return this.Select(
XPathExpression
.Compile(xpath));
1147
return this.Select(
XPathExpression
.Compile(xpath, resolver));
1150
public virtual XPathNodeIterator Select(
XPathExpression
expr)
1162
return Evaluate(
XPathExpression
.Compile(xpath), null);
1167
return this.Evaluate(
XPathExpression
.Compile(xpath, resolver));
1170
public virtual object Evaluate(
XPathExpression
expr)
1175
public virtual object Evaluate(
XPathExpression
expr, XPathNodeIterator? context)
1198
public virtual bool Matches(
XPathExpression
expr)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1171
public override
XPathExpression
Clone() { return this; }
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
167
XPathExpression
xpathExpr = navigator.Compile("boolean(" + _xpathexpr + ")");
System.Xml (1)
System.Xml.cs (1)
181
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.
XPathExpression
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
172
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.
XPathExpression
))]
System.Xml.XPath (1)
artifacts\obj\System.Xml.XPath\Debug\net10.0\System.Xml.XPath.Forwards.cs (1)
10
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.
XPathExpression
))]