13 references to SourceText
System.Xml (13)
System\Xml\XPath\Internal\XPathParser.cs (10)
29throw XPathException.Create(Res.Xp_InvalidToken, scanner.SourceText); 39throw XPathException.Create(Res.Xp_InvalidToken, scanner.SourceText); 394 throw XPathException.Create(Res.Xp_NodeSetExpected, this.scanner.SourceText); 467throw XPathException.Create(Res.Xp_InvalidNumArgs, name, this.scanner.SourceText); 480throw XPathException.Create(Res.Xp_InvalidNumArgs, name, this.scanner.SourceText); 494throw XPathException.Create(Res.Xp_InvalidArgumentType, name, this.scanner.SourceText); 630throw XPathException.Create(Res.Xp_InvalidToken, scanner.SourceText); 652throw XPathException.Create(Res.Xp_InvalidToken, this.scanner.SourceText); 675throw XPathException.Create(Res.Xp_NodeSetExpected, this.scanner.SourceText); 765throw XPathException.Create(Res.Xp_InvalidToken, scanner.SourceText);
System\Xml\XPath\Internal\XPathScanner.cs (3)
212throw XPathException.Create(Res.Xp_InvalidName, SourceText); 227throw XPathException.Create(Res.Xp_InvalidName, SourceText); 235throw XPathException.Create(Res.Xp_InvalidToken, SourceText);