4 references to RParen
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
608token.Set(XPathTokenID.RParen);
System\ServiceModel\Dispatcher\XPathParser.cs (3)
447this.NextToken(XPathTokenID.RParen, QueryCompileError.InvalidFunction); 604this.NextToken(XPathTokenID.RParen, QueryCompileError.InvalidNodeTest); 749if (null == expr || null == this.NextToken(XPathTokenID.RParen))