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