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