19 references to Create
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (1)
131throw XPathException.Create(ResXml.XmlUndefinedAlias, prefix);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
60throw XPathException.Create(ResXml.Xp_UndefFunc, QName);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (4)
203throw XPathException.Create(ResXml.Xp_NotSupported, _query); 349throw XPathException.Create(ResXml.Xp_InvalidKeyPattern, _query); 432throw XPathException.Create(ResXml.Xp_InvalidKeyPattern, _query); 438throw XPathException.Create(ResXml.Xp_NotSupported, _query);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\VariableQuery.cs (1)
38throw XPathException.Create(ResXml.Xp_UndefVar, QName);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (7)
31throw XPathException.Create(ResXml.Xp_InvalidToken, scanner.SourceText); 43throw XPathException.Create(ResXml.Xp_InvalidToken, scanner.SourceText); 458throw XPathException.Create(ResXml.Xp_NodeSetExpected, _scanner.SourceText); 735throw XPathException.Create(ResXml.Xp_InvalidToken, _scanner.SourceText); 760throw XPathException.Create(ResXml.Xp_InvalidToken, _scanner.SourceText); 788throw XPathException.Create(ResXml.Xp_NodeSetExpected, _scanner.SourceText); 884throw XPathException.Create(ResXml.Xp_InvalidToken, _scanner.SourceText);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathScanner.cs (4)
32throw XPathException.Create(ResXml.Xp_ExprExpected, string.Empty); 252throw XPathException.Create(ResXml.Xp_InvalidName, SourceText); 270throw XPathException.Create(ResXml.Xp_InvalidName, SourceText); 279throw XPathException.Create(ResXml.Xp_InvalidToken, SourceText);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
1282throw XPathException.Create(ResXml.Xp_InvalidPattern, cexpr.Expression);