1 write to instanceManager
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
1345
this.
instanceManager
= instanceManager;
10 references to instanceManager
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (10)
1384
IAsyncResult result = this.
instanceManager
.InstanceStore.BeginWaitForEvents(this.
instanceManager
.handle,
1392
thisPtr.events = thisPtr.
instanceManager
.InstanceStore.EndWaitForEvents(result).GetEnumerator();
1408
IAsyncResult result = this.
instanceManager
.BeginGetInstance(Guid.Empty, null, null, this.
instanceManager
.Host.PersistTimeout,
1414
if (Fx.IsFatal(exception) || !this.
instanceManager
.HandleException(exception))
1433
thisPtr.currentInstance = thisPtr.
instanceManager
.EndGetInstance(result);
1438
if (Fx.IsFatal(exception) || !thisPtr.
instanceManager
.HandleException(exception))
1464
if (!this.
instanceManager
.HandleException(exception))
1481
if (Fx.IsFatal(exception) || !thisPtr.
instanceManager
.HandleException(exception))