25 references to Create
dotnet-svcutil-lib (25)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (4)
34throw XPathException.Create(ResXml.Xp_NoContext); 65throw XPathException.Create(ResXml.Xp_BadQueryObject); 138throw XPathException.Create(ResXml.Xp_UndefinedXsltContext); 142throw XPathException.Create(ResXml.Xp_UndefinedXsltContext);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
34throw XPathException.Create(ResXml.Xp_InvalidPattern);
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\FunctionQuery.cs (3)
42throw XPathException.Create(ResXml.Xp_NoContext); 69throw XPathException.Create(ResXml.Xp_NoContext); 96throw XPathException.Create(ResXml.Xp_InvalidPattern);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (1)
72throw XPathException.Create(ResXml.Xp_InvalidPattern);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
428throw XPathException.Create(ResXml.Xp_CurrentNotAllowed); 463throw XPathException.Create(ResXml.Xp_QueryTooComplex);
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\VariableQuery.cs (2)
28throw XPathException.Create(ResXml.Xp_NoContext); 47throw XPathException.Create(ResXml.Xp_NoContext);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
61throw XPathException.Create(ResXml.Xp_QueryTooComplex);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathScanner.cs (1)
329throw XPathException.Create(ResXml.Xp_UnclosedString);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (3)
1220throw XPathException.Create(ResXml.Xp_NodeSetExpected); 1245throw XPathException.Create(ResXml.Xp_BadQueryObject); 1269throw XPathException.Create(ResXml.Xp_BadQueryObject);