1 instantiation of MethodBind
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Validation\BindValidator.cs (1)
682
actualBind = new
MethodBind
(qualifier + "." + memberName);
4 references to MethodBind
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\Validation\BindValidator.cs (4)
424
MethodBind
bind = obj as
MethodBind
;
426
throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(
MethodBind
).FullName), "obj");
472
private ValidationErrorCollection ValidateMethod(ValidationManager manager, Activity activity,
MethodBind
bind, BindValidationContext validationBindContext)