10 references to Xp_NodeSetExpected
System.Private.Xml (10)
System\Xml\XPath\Internal\ExtensionQuery.cs (2)
42throw XPathException.Create(SR.Xp_NodeSetExpected); 56throw XPathException.Create(SR.Xp_NodeSetExpected);
System\Xml\XPath\Internal\SortQuery.cs (1)
46throw XPathException.Create(SR.Xp_NodeSetExpected);
System\Xml\XPath\Internal\ValueQuery.cs (4)
15public sealed override XPathNavigator Current { get { throw XPathException.Create(SR.Xp_NodeSetExpected); } } 16public sealed override int CurrentPosition { get { throw XPathException.Create(SR.Xp_NodeSetExpected); } } 17public sealed override int Count { get { throw XPathException.Create(SR.Xp_NodeSetExpected); } } 18public sealed override XPathNavigator Advance() { throw XPathException.Create(SR.Xp_NodeSetExpected); }
System\Xml\XPath\Internal\XPathParser.cs (2)
449throw XPathException.Create(SR.Xp_NodeSetExpected, _scanner.SourceText); 775throw XPathException.Create(SR.Xp_NodeSetExpected, _scanner.SourceText);
System\Xml\XPath\XPathNavigator.cs (1)
1155throw XPathException.Create(SR.Xp_NodeSetExpected);