4 references to UnsupportedAxis
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
623
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.
UnsupportedAxis
));
748
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.
UnsupportedAxis
));
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
1013
ThrowError(QueryCompileError.
UnsupportedAxis
, qname.Name);
System\ServiceModel\Dispatcher\XPathParser.cs (1)
265
this.ThrowError(QueryCompileError.
UnsupportedAxis
);