20 references to MethodName
System.Workflow.Activities (20)
WebServiceFault.cs (3)
148
IComparable queueId = new EventQueueName(webservicereceive.InterfaceType, webservicereceive.
MethodName
, webservicereceive.QualifiedName);
247
if (String.IsNullOrEmpty(webServiceReceive.
MethodName
))
253
MethodInfo methodInfo = Helpers.GetInterfaceMethod(interfaceType, webServiceReceive.
MethodName
);
WebServiceReceive.cs (12)
217
EventQueueName key = new EventQueueName(this.InterfaceType, this.
MethodName
);
231
ActivityExecutionStatus status = ExecuteForActivity(executionContext, this.InterfaceType, this.
MethodName
);
243
this.ActivitySubscribed = CorrelationService.Subscribe(executionContext, this, this.InterfaceType, this.
MethodName
, this, this.WorkflowInstanceId);
361
CorrelationService.Unsubscribe(context, this, this.InterfaceType, this.
MethodName
, this);
374
ActivityExecutionStatus status = ExecuteForActivity(context, activity.InterfaceType, activity.
MethodName
);
391
CorrelationService.Subscribe(parentContext, this, this.InterfaceType, this.
MethodName
, parentEventHandler, this.WorkflowInstanceId);
401
CorrelationService.Unsubscribe(parentContext, this, this.InterfaceType, this.
MethodName
, parentEventHandler);
456
MethodInfo method = Helpers.GetInterfaceMethod(type, this.
MethodName
);
541
if (String.IsNullOrEmpty(webServiceReceive.
MethodName
))
545
MethodInfo methodInfo = Helpers.GetInterfaceMethod(interfaceType, webServiceReceive.
MethodName
);
549
ValidationError error = new ValidationError(SR.GetString(SR.Error_MethodNotExists, "MethodName", webServiceReceive.
MethodName
), ErrorNumbers.Error_MethodNotExists);
671
MethodInfo methodInfo = Helpers.GetInterfaceMethod(webserviceInput.InterfaceType, webserviceInput.
MethodName
);
WebServiceResponse.cs (5)
151
IComparable queueId = new EventQueueName(webservicereceive.InterfaceType, webservicereceive.
MethodName
, webservicereceive.QualifiedName);
153
MethodInfo mInfo = webservicereceive.InterfaceType.GetMethod(webservicereceive.
MethodName
);
268
MethodInfo method = Helpers.GetInterfaceMethod(type, webServiceReceive.
MethodName
);
370
if (String.IsNullOrEmpty(webServiceReceive.
MethodName
))
374
MethodInfo methodInfo = Helpers.GetInterfaceMethod(interfaceType, webServiceReceive.
MethodName
);