2 references to MethodInfoMissing
System.Workflow.Activities (2)
EventSinkActivity.cs (1)
203throw new InvalidOperationException(SR.GetString(SR.MethodInfoMissing, this.EventName, this.InterfaceType.Name));
InvokeMethodActivity.cs (1)
172throw new InvalidOperationException(SR.GetString(SR.MethodInfoMissing, this.MethodName, this.InterfaceType.Name));