21 references to NextToken
System.ServiceModel (21)
System\ServiceModel\Dispatcher\XPathParser.cs (21)
77XPathToken token = this.NextToken(id); 231if (null != eqExpr && null != this.NextToken(XPathTokenID.And)) 242} while (null != this.NextToken(XPathTokenID.And)); 252if (null != this.NextToken(XPathTokenID.AtSign)) 386XPathToken functionToken = this.NextToken(XPathTokenID.Function); 404if (null == this.NextToken(XPathTokenID.Comma)) 472if (null != (literal = this.NextToken(XPathTokenID.Literal))) 630if (null != andExpr && null != this.NextToken(XPathTokenID.Or)) 641} while (null != this.NextToken(XPathTokenID.Or)); 662if (null != this.NextToken(XPathTokenID.Slash)) 679else if (null != this.NextToken(XPathTokenID.DblSlash)) 726if (null != this.NextToken(XPathTokenID.LBracket)) 746if (null != this.NextToken(XPathTokenID.LParen)) 749if (null == expr || null == this.NextToken(XPathTokenID.RParen)) 800if (null != this.NextToken(XPathTokenID.Slash)) 804else if (null != this.NextToken(XPathTokenID.DblSlash)) 896if (null != this.NextToken(XPathTokenID.Period)) 901else if (null != this.NextToken(XPathTokenID.DblPeriod)) 937for (; null != this.NextToken(XPathTokenID.Minus); anyNegate = true, negate = !negate); 958if (null != this.NextToken(XPathTokenID.Pipe)) 981XPathToken varTok = this.NextToken(XPathTokenID.Variable);