1 write to token
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
491this.token = new XPathToken();
34 references to token
System.ServiceModel (34)
System\ServiceModel\Dispatcher\XPathLexer.cs (34)
510return this.token; 580this.previousID = this.token.TokenID; 604token.Set(XPathTokenID.LParen); 608token.Set(XPathTokenID.RParen); 612token.Set(XPathTokenID.LBracket); 616token.Set(XPathTokenID.RBracket); 624token.Set(XPathTokenID.DblPeriod); 635token.Set(XPathTokenID.Period); 641token.Set(XPathTokenID.AtSign); 645token.Set(XPathTokenID.Comma); 654token.Set(XPathTokenID.DblColon); 669token.Set(XPathTokenID.DblSlash); 673token.Set(XPathTokenID.Slash); 678token.Set(XPathTokenID.Pipe); 682token.Set(XPathTokenID.Plus); 686token.Set(XPathTokenID.Minus); 690token.Set(XPathTokenID.Eq); 699token.Set(XPathTokenID.Neq); 712token.Set(XPathTokenID.Lte); 716token.Set(XPathTokenID.Lt); 725token.Set(XPathTokenID.Gte); 729token.Set(XPathTokenID.Gt); 738token.Set(XPathTokenID.Multiply); 742token.Set(XPathTokenID.Wildcard, new XPathParser.QName(string.Empty, QueryDataModel.Wildcard)); 754token.Set(XPathTokenID.Variable, qname); 767token.Set(XPathTokenID.Unknown); 829token.Set(GetNamedOperator(qname)); 840token.Set(id); 844token.Set(id, qname); 850token.Set(GetAxisName(qname)); 854token.Set(id, qname); 863token.Set(id, qname); 939token.Set(id, d); 963token.Set(XPathTokenID.Literal, CurrentSubstring());