Base:
method
GetMethodInfo
System.Workflow.Activities.OperationInfoBase.GetMethodInfo(System.IServiceProvider)
4 references to GetMethodInfo
System.WorkflowServices (4)
System\Workflow\Activities\SendActivity.cs (2)
377MethodInfo methodInfo = serviceOperationInfo.GetMethodInfo(executionContext); 466MethodInfo methodInfo = serviceOperationInfo.GetMethodInfo(((IComponent) this).Site);
System\Workflow\Activities\TypedOperationInfo.cs (2)
148MethodInfo methodInfo = this.GetMethodInfo(provider); 212MethodInfo methodInfo = this.GetMethodInfo(provider);