1 write to context
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
4507this.context = new WorkflowPersistenceContext(transactionRequired,
8 references to context
System.Activities (8)
System\Activities\WorkflowApplication.cs (8)
4515using (PrepareTransactionalCall(this.context.PublicTransaction)) 4531if (!success && this.context != null) 4533this.context.Abort(); 4601using (this.PrepareTransactionalCall(this.context.PublicTransaction)) 4614this.context.Abort(); 4642thisPtr.context.Abort(); 4660if (this.context.TryBeginComplete(PrepareAsyncCompletion(completeContextCallback), this, out completeResult)) 4674thisPtr.context.EndComplete(result);