Implemented interface member:
method
GetService
System.IServiceProvider.GetService(System.Type)
7 references to GetService
System.Workflow.Activities (6)
Executors\InboundActivityHelper.cs (1)
22
WorkflowQueuingService queueSvcs = (WorkflowQueuingService)context.
GetService
(typeof(WorkflowQueuingService));
InvokeMethodActivity.cs (1)
196
object serviceValue = executionContext.
GetService
(type);
InvokeSchedule.cs (1)
172
IStartWorkflow workflowInvoker = executionContext.
GetService
(typeof(IStartWorkflow)) as IStartWorkflow;
LocalService\CorrelationTokenInvalidatedHandler.cs (1)
86
WorkflowSubscriptionService subscriptionService = (WorkflowSubscriptionService)context.
GetService
(typeof(WorkflowSubscriptionService));
WebServiceReceive.cs (2)
251
WorkflowQueuingService queueSvcs = (WorkflowQueuingService)context.
GetService
(typeof(WorkflowQueuingService));
324
WorkflowQueuingService queuingService = (WorkflowQueuingService)context.
GetService
(typeof(WorkflowQueuingService));
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContext.cs (1)
124
return (T)this.
GetService
(typeof(T));