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