1 write to workflowServiceInstances
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
685
this.
workflowServiceInstances
= contexts.GetEnumerator();
2 references to workflowServiceInstances
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
764
if (this.
workflowServiceInstances
.MoveNext())
766
currentInstance = this.
workflowServiceInstances
.Current.GetInstance(null);