1 write to validation
System.Workflow.Activities (1)
Rules\Parser\Parser.cs (1)
630
this.
validation
= validation;
29 references to validation
System.Workflow.Activities (29)
Rules\Parser\Parser.cs (29)
927
get { return
validation
; }
961
validation
.Errors.Clear();
1020
validation
.Errors.Clear();
1034
RuleExpressionInfo exprInfo =
validation
.ExpressionInfo(exprResult);
1049
validation
.Errors.Clear();
1060
validation
.Errors.Clear();
1138
RuleAnalysis analysis = new RuleAnalysis(
validation
, true);
1362
validation
.AddTypeReference(typeRef, type);
1433
RuleExpressionInfo primaryExprInfo =
validation
.ExpressionInfo(primaryExpr);
1501
parserContext.SetTypeMemberCompletions(
validation
.ExpressionInfo(primaryExpr).ExpressionType,
validation
.ThisType, primaryExpr is CodeTypeReferenceExpression,
validation
);
1539
parserContext.SetMethodCompletions(
validation
.ExpressionInfo(postfixExpr).ExpressionType,
validation
.ThisType, methodName, isStatic, !isStatic,
validation
);
1676
parserContext.SetMethodCompletions(thisType, thisType, methodName, true, true,
validation
);
1686
RuleMethodInvokeExpressionInfo methodInvokeInfo =
validation
.ResolveMethod(thisType, methodName, bindingFlags, arguments, out error);
1805
validation
.AddTypeReference(typeRef, type);
1859
parserContext.SetNestedClassCompletions(type,
validation
.ThisType);
1943
if (type.Assembly ==
validation
.ThisType.Assembly)
1946
RuleConstructorExpressionInfo constructorInvokeInfo =
validation
.ResolveConstructor(type, bindingFlags, arguments, out error);
2217
validation
.AddTypeReference(typeRef, type);
2243
parserContext.SetTypeMemberCompletions(currentType,
validation
.ThisType, true,
validation
);
2255
if (currentType.Assembly ==
validation
.ThisType.Assembly)
2387
type =
validation
.ExpressionInfo(identExpr).ExpressionType;
2549
Type argPrimitiveType =
validation
.ExpressionInfo(argPrimitive).ExpressionType;
2645
if (numArgs == fixedParameterCount + 1 &&
validation
.ExpressionInfo(arguments[p]).ExpressionType == typeof(NullLiteral))
2839
if (!action.Validate(
validation
))