2 writes to allReleaseInstancesCompletedSynchronously
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
627
this.
allReleaseInstancesCompletedSynchronously
= true;
866
thisPtr.
allReleaseInstancesCompletedSynchronously
= thisPtr.allReleaseInstancesCompletedSynchronously && result.CompletedSynchronously;
3 references to allReleaseInstancesCompletedSynchronously
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (3)
812
Complete(this.
allReleaseInstancesCompletedSynchronously
);
866
thisPtr.allReleaseInstancesCompletedSynchronously = thisPtr.
allReleaseInstancesCompletedSynchronously
&& result.CompletedSynchronously;
891
thisPtr.Complete(thisPtr.
allReleaseInstancesCompletedSynchronously
);