4 references to XPath_NodeSetExpected
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XsltConvert.cs (1)
331throw new XslTransformException(SR.XPath_NodeSetExpected, string.Empty);
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
312throw new XPathCompileException(SR.XPath_NodeSetExpected);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2334XPathCompileException e = new XPathCompileException(expr, 0, expr.Length, SR.XPath_NodeSetExpected, null);
System\Xml\Xsl\XsltOld\Processor.cs (1)
638throw XsltException.Create(SR.XPath_NodeSetExpected);