2 writes to context
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
3730
this.
context
= new WorkflowPersistenceContext(this.pipeline != null && this.pipeline.IsSaveTransactionRequired,
3777
this.
context
= new WorkflowPersistenceContext(this.pipeline.IsSaveTransactionRequired,
15 references to context
System.Activities (15)
System\Activities\WorkflowApplication.cs (15)
3702
if (!success && this.
context
!= null)
3704
this.
context
.Abort();
3728
if (this.
context
== null)
3734
using (PrepareTransactionalCall(this.
context
.PublicTransaction))
3741
if (result == null && this.
context
!= null)
3743
this.
context
.Abort();
3762
thisPtr.
context
.Abort();
3775
if (this.
context
== null)
3788
using (PrepareTransactionalCall(this.
context
.PublicTransaction))
3798
if (this.
context
!= null)
3800
this.
context
.Abort();
3827
thisPtr.
context
.Abort();
3839
if (this.
context
!= null)
3841
wentAsync = this.
context
.TryBeginComplete(this.PrepareAsyncCompletion(completeContextCallback), this, out completeResult);
3860
thisPtr.
context
.EndComplete(result);