2 overrides of UnloadOnIdle
System.Workflow.Runtime (1)
Hosting\SqlWorkflowPersistenceService.cs (1)
1072internal protected override bool UnloadOnIdle(Activity activity)
System.WorkflowServices (1)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
453protected internal override bool UnloadOnIdle(Activity activity)
1 reference to UnloadOnIdle
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
819if ((persistence != null) && persistence.UnloadOnIdle(this.rootActivity))