3 references to Error_NoEnclosingContext
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\Validation\BindValidator.cs (3)
102
ValidationError error = new ValidationError(SR.GetString(SR.Error_NoEnclosingContext, activity.Name), ErrorNumbers.
Error_NoEnclosingContext
);
282
ValidationError error = new ValidationError(SR.GetString(SR.Error_NoEnclosingContext, activity.Name), ErrorNumbers.
Error_NoEnclosingContext
);
499
ValidationError error = new ValidationError(SR.GetString(SR.Error_NoEnclosingContext, activity.Name), ErrorNumbers.
Error_NoEnclosingContext
);