3 writes to context
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (3)
3808this.context = new WorkflowPersistenceContext(this.instance, (this.pipeline != null && this.pipeline.IsSaveTransactionRequired) || this.isCompletionTransactionRequired, 3867this.context = new WorkflowPersistenceContext(this.instance, this.pipeline.IsSaveTransactionRequired || this.isCompletionTransactionRequired, 3933this.context = new WorkflowPersistenceContext(this.instance, this.isCompletionTransactionRequired,
20 references to context
System.ServiceModel.Activities (20)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (20)
3780if (!success && this.context != null) 3782this.context.Abort(); 3806if (this.context == null) 3812using (PrepareTransactionalCall(this.context.PublicTransaction)) 3824if (result == null && this.context != null) 3826this.context.Abort(); 3851thisPtr.context.Abort(); 3865if (this.context == null) 3878using (PrepareTransactionalCall(this.context.PublicTransaction)) 3888if (this.context != null) 3890this.context.Abort(); 3917thisPtr.context.Abort(); 3931if (this.context == null) 3937using (PrepareTransactionalCall(this.context.PublicTransaction)) 3949if (result == null && this.context != null) 3951this.context.Abort(); 3976thisPtr.context.Abort(); 3994if (this.context != null) 3996wentAsync = this.context.TryBeginComplete(this.PrepareInnerAsyncCompletion(completeContextCallback), this, out completeResult); 4020thisPtr.context.EndComplete(result);