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