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