3 references to QName
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (2)
60
throw XPathException.Create(ResXml.Xp_UndefFunc,
QName
);
88
throw XPathException.Create(ResXml.Xp_FunctionFailed,
QName
, ex);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\VariableQuery.cs (1)
38
throw XPathException.Create(ResXml.Xp_UndefVar,
QName
);