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