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