1 write to instance
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
4980
this.
instance
= instance;
8 references to instance
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (8)
5009
if (this.
instance
.Controller.IsPersistable)
5014
this.
instance
.Controller.PauseWhenPersistable();
5017
if (this.
instance
.IsIdle)
5025
this.
instance
.AddCheckCanPersistWaiter(this);
5029
this.
instance
.ReleaseLock(ref this.ownsLock);
5100
if (!this.
instance
.IsHandlerThread && !this.ownsLock)
5107
if (this.
instance
.AcquireLockAsync(this.timeoutHelper.RemainingTime(), false, true, ref this.ownsLock, onLockAcquired, this))
5159
this.
instance
.ValidateStateForPersist();