4 references to CheckTypes
System.Workflow.Activities (2)
Rules\DeclarativeExpressionConditionDeclaration.cs (1)
396
RuleValidation ruleValidator = new RuleValidation(activity, typeProvider, WorkflowCompilationContext.Current.
CheckTypes
);
Rules\RuleSetReference.cs (1)
152
RuleValidation validation = new RuleValidation(activity, typeProvider, WorkflowCompilationContext.Current.
CheckTypes
);
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\Validation\BindValidator.cs (2)
155
if (WorkflowCompilationContext.Current.
CheckTypes
)
352
if (WorkflowCompilationContext.Current.
CheckTypes
)