6 references to Xp_InvalidToken
System.Private.Xml (6)
System\Xml\XPath\Internal\XPathParser.cs (5)
28throw XPathException.Create(SR.Xp_InvalidToken, parser._scanner.SourceText); 39throw XPathException.Create(SR.Xp_InvalidToken, parser._scanner.SourceText); 722throw XPathException.Create(SR.Xp_InvalidToken, _scanner.SourceText); 747throw XPathException.Create(SR.Xp_InvalidToken, _scanner.SourceText); 871throw XPathException.Create(SR.Xp_InvalidToken, _scanner.SourceText);
System\Xml\XPath\Internal\XPathScanner.cs (1)
268throw XPathException.Create(SR.Xp_InvalidToken, SourceText);