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