2 references to Xslt_InvalidXPath
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
727throw XsltException.Create(SR.Xslt_InvalidXPath, new string[] { xpathQuery }, e); 1174throw new XsltException(SR.Xslt_InvalidXPath, new string[] { Expression }, _baseUri, _lineNumber, _linePosition, null);