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