1 write to instance
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
4048
this.
instance
= instance;
11 references to instance
System.ServiceModel.Activities (11)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (11)
4057
return this.
instance
;
4082
if (this.
instance
.AcquireLockAsync(this.timeoutHelper.RemainingTime(), ref this.ownsLock, lockAcquiredCallback, this))
4198
if (this.
instance
.state != State.Aborted && this.
instance
.Controller.HasPendingTrackingRecords)
4205
IAsyncResult result = this.
instance
.Controller.BeginFlushTrackingRecords(this.
instance
.trackTimeout, PrepareAsyncCompletion(handleEndTrack), this);
4224
thisPtr.
instance
.Controller.EndFlushTrackingRecords(result);
4230
this.
instance
.ReleaseLock(ref this.ownsLock);
4240
thisPtr.
instance
.ReleaseLock(ref thisPtr.ownsLock);
4408
this.
instance
.serviceHost.WorkflowServiceHostPerformanceCounters.WorkflowUnloaded();
4705
thisPtr.parent.
instance
.serviceHost.WorkflowServiceHostPerformanceCounters.WorkflowSuspended();