22 references to GetService
System.Workflow.Activities (14)
Delay.cs (3)
289WorkflowQueuingService qService = context.GetService<WorkflowQueuingService>(); 311WorkflowQueuingService qService = parentContext.GetService<WorkflowQueuingService>(); 337WorkflowQueuingService qService = parentContext.GetService<WorkflowQueuingService>();
LocalService\CorrelationTokenInvalidatedHandler.cs (3)
66WorkflowQueuingService queueSvcs = context.GetService<WorkflowQueuingService>(); 118WorkflowQueuingService queueSvcs = context.GetService<WorkflowQueuingService>(); 125WorkflowSubscriptionService subscriptionService = context.GetService<WorkflowSubscriptionService>();
StateMachineSubscription.cs (5)
174WorkflowQueuingService workflowQueuingService = context.GetService<WorkflowQueuingService>(); 197WorkflowQueuingService workflowQueuingService = context.GetService<WorkflowQueuingService>(); 204WorkflowQueuingService workflowQueuingService = context.GetService<WorkflowQueuingService>(); 211WorkflowQueuingService workflowQueuingService = context.GetService<WorkflowQueuingService>(); 225WorkflowQueuingService workflowQueuingService = context.GetService<WorkflowQueuingService>();
StateMachineSubscriptionManager.cs (1)
316WorkflowQueuingService workflowQueuingService = context.GetService<WorkflowQueuingService>();
WebServiceFault.cs (1)
142WorkflowQueuingService queueService = executionContext.GetService<WorkflowQueuingService>();
WebServiceResponse.cs (1)
129WorkflowQueuingService queueService = executionContext.GetService<WorkflowQueuingService>();
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContext.cs (1)
668return this.GetService<IWorkflowCoreRuntime>();
System.WorkflowServices (7)
System\Workflow\Activities\ReceiveActivity.cs (6)
441WorkflowQueuingService queuingService = executionContext.GetService<WorkflowQueuingService>(); 593WorkflowQueuingService queuingService = parentContext.GetService<WorkflowQueuingService>(); 820WorkflowQueuingService queuingService = executionContext.GetService<WorkflowQueuingService>(); 863WorkflowQueuingService queuingService = executionContext.GetService<WorkflowQueuingService>(); 996WorkflowQueuingService queuingService = executionContext.GetService<WorkflowQueuingService>(); 1632WorkflowQueuingService queuingService = executionContext.GetService<WorkflowQueuingService>();
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
226ChannelManagerService channelManager = executionContext.GetService<ChannelManagerService>();