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