Base:
property
Expression
System.Xml.XPath.XPathExpression.Expression
5 references to Expression
System.Private.Xml (5)
System\Xml\XPath\XPathNavigator.cs (1)
1215throw XPathException.Create(SR.Xp_InvalidPattern, cexpr.Expression);
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1174throw new XsltException(SR.Xslt_InvalidXPath, new string[] { Expression }, _baseUri, _lineNumber, _linePosition, null);
System\Xml\Xsl\XsltOld\Processor.cs (1)
514return _queryStore[key].CompiledQuery.Expression;
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
142new CompiledXpathExpr(union.qy2, expr.Expression, false), 155new CompiledXpathExpr(query, expr.Expression, false),