4 writes to transactionContext
System.Runtime.DurableInstancing (4)
System\Runtime\TransactedAsyncResult.cs (4)
36this.transactionContext = null; 76this.transactionContext = null; 87this.transactionContext = null; 103return this.transactionContext = transaction == null ? null : new TransactionSignalScope(this, transaction);
12 references to transactionContext
System.Runtime.DurableInstancing (12)
System\Runtime\TransactedAsyncResult.cs (12)
29if (this.transactionContext != null && !this.transactionContext.Signal(result)) 45if (this.transactionContext != null) 47if (this.transactionContext.State != TransactionSignalState.Completed) 51else if (this.transactionContext.IsSignalled) 65if (this.transactionContext == null || !this.transactionContext.IsSignalled) 82if (this.transactionContext != null) 85if (this.transactionContext.IsPotentiallyAbandoned) 91this.transactionContext.Prepared(); 98if (this.transactionContext != null && !this.transactionContext.IsPotentiallyAbandoned)