10 references to Xp_NodeSetExpected
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ExtensionQuery.cs (2)
49throw XPathException.Create(ResXml.Xp_NodeSetExpected); 63throw XPathException.Create(ResXml.Xp_NodeSetExpected);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (1)
47throw XPathException.Create(ResXml.Xp_NodeSetExpected);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ValueQuery.cs (4)
21public sealed override XPathNavigator Current { get { throw XPathException.Create(ResXml.Xp_NodeSetExpected); } } 22public sealed override int CurrentPosition { get { throw XPathException.Create(ResXml.Xp_NodeSetExpected); } } 23public sealed override int Count { get { throw XPathException.Create(ResXml.Xp_NodeSetExpected); } } 24public sealed override XPathNavigator Advance() { throw XPathException.Create(ResXml.Xp_NodeSetExpected); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
458throw XPathException.Create(ResXml.Xp_NodeSetExpected, _scanner.SourceText); 788throw XPathException.Create(ResXml.Xp_NodeSetExpected, _scanner.SourceText);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
1220throw XPathException.Create(ResXml.Xp_NodeSetExpected);