2 writes to WorkflowSerivce
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowService.cs (2)
838WorkflowSerivce = new InArgument<WorkflowService>() 1222this.WorkflowSerivce = new InArgument<WorkflowService>();
3 references to WorkflowSerivce
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\WorkflowService.cs (3)
1220if (this.WorkflowSerivce == null) 1224metadata.Bind(this.WorkflowSerivce, operationProperties); 1245WorkflowService workflowService = this.WorkflowSerivce.Get(context);