2 overrides of OnStopped
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowTransactionService.cs (1)
81protected override void OnStopped()
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
137protected override void OnStopped()
3 references to OnStopped
System.Workflow.Runtime (3)
Hosting\DefaultWorkflowTransactionService.cs (1)
85base.OnStopped();
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
147base.OnStopped();
Hosting\WorkflowRuntimeService.cs (1)
99this.OnStopped();