1 write to instanceManager
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
624
this.
instanceManager
= instanceManager;
21 references to instanceManager
System.ServiceModel.Activities (21)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (21)
629
if (this.
instanceManager
.state == States.Opened && this.
instanceManager
.handle != null)
635
this.
instanceManager
.handle.Free();
656
lock (this.
instanceManager
.thisLock)
658
closed = this.
instanceManager
.state == States.Closed;
659
opened = this.
instanceManager
.state == States.Opened;
660
aborted = this.
instanceManager
.state == States.Aborted;
663
this.
instanceManager
.state = States.Closed;
675
this.
instanceManager
.AbortDirectory();
683
IEnumerable<PersistenceContext> contexts = this.
instanceManager
.PersistenceProviderDirectory.GetContexts();
703
if (this.
instanceManager
.waitForStoreEventsLoop == null
704
|| this.
instanceManager
.waitForStoreEventsLoop.WaitAsync(handleWaitForStoreEvents, this, this.timeoutHelper.RemainingTime()))
824
BufferedReceiveManager bufferedReceiveManager = this.
instanceManager
.Host.Extensions.Find<BufferedReceiveManager>();
831
if (this.
instanceManager
.InstanceStore != null)
834
this.handle = this.
instanceManager
.InstanceStore.CreateInstanceHandle(this.
instanceManager
.owner);
837
executeResult = this.
instanceManager
.InstanceStore.BeginExecute(this.handle,
905
this.
instanceManager
.PersistenceProviderDirectory.Close();
912
this.
instanceManager
.AbortDirectory();
923
thisPtr.
instanceManager
.owner = thisPtr.
instanceManager
.InstanceStore.EndExecute(result).InstanceOwner;