2 references to TryEnsureNodeSet
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
309
QilNode? result =
TryEnsureNodeSet
(n);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2330
QilNode? result = _f.
TryEnsureNodeSet
(CompileXPathExpression(expr));