1 write to Value
System.Workflow.Activities (1)
Rules\Parser\Token.cs (1)
72this.Value = value;
12 references to Value
System.Workflow.Activities (12)
Rules\Parser\Intellisense.cs (1)
52if (token.TokenID == TokenID.Identifier && ((string)token.Value).Length == 1 && PrevToken().TokenID != TokenID.Dot)
Rules\Parser\Parser.cs (11)
946string ident = (string)token.Value; 1131pathString = (string)updateArgToken.Value; 1510string idName = (string)token.Value; 1803Type type = (Type)token.Value; 1827primaryExpr = new CodePrimitiveExpression(token.Value); 2010string name = (string)token.Value; 2083string name = (string)token.Value; 2151string typeName = (string)token.Value; 2252string name = (string)token.Value; 2376type = (Type)currentToken.Value; 2382if (globalUniqueSymbols.TryGetValue((string)currentToken.Value, out sym))