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