6 references to WorkflowControlServiceContract
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (2)
169ServiceEndpoint endpoint = new ServiceEndpoint(WorkflowControlEndpoint.WorkflowControlServiceContract, controlEndpointBinding, address); 189foreach (OperationDescription operation in WorkflowControlEndpoint.WorkflowControlServiceContract.Operations)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
68if (description.DeclaringContract == WorkflowControlEndpoint.WorkflowControlServiceContract ||
System\ServiceModel\Activities\WorkflowControlEndpoint.cs (3)
34: base(WorkflowControlEndpoint.WorkflowControlServiceContract, binding, address) 49foreach (OperationDescription operation in WorkflowControlServiceContract.Operations) 51if (operation.DeclaringContract != WorkflowControlServiceContract)