5 references to ParsePostfixExpression
System.Workflow.Activities (5)
Rules\Parser\Parser.cs (5)
963ParsePostfixExpression(parserContext, true, ValueCheck.Read);
1136CodeExpression pathExpr = ParsePostfixExpression(parserContext, true, ValueCheck.Read);
1222CodeExpression postfixExpr = ParsePostfixExpression(parserContext, false, ValueCheck.Read);
1349unaryResult = ParsePostfixExpression(parserContext, assignIsEquality, check);
1371unaryResult = ParsePostfixExpression(parserContext, assignIsEquality, check);