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