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