2 references to XPathCompileException
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathScanner.cs (1)
592return new XPathCompileException(_xpathExpr, _lexStart, _curIndex, resId, args);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2334XPathCompileException e = new XPathCompileException(expr, 0, expr.Length, SR.XPath_NodeSetExpected, null);