1 write to AsyncFlowEnabled
System.Transactions (1)
System\Transactions\TransactionScope.cs (1)
1361this.AsyncFlowEnabled = true;
6 references to AsyncFlowEnabled
System.Transactions (6)
System\Transactions\TransactionScope.cs (6)
608if ((this.scopeThread != Thread.CurrentThread) && !this.AsyncFlowEnabled) 1040this.AsyncFlowEnabled ? TxLookup.DefaultCallContext : TxLookup.DefaultTLS, 1067if (this.AsyncFlowEnabled) 1099if (this.AsyncFlowEnabled) 1114if (this.savedCurrentScope.AsyncFlowEnabled) 1368if (this.AsyncFlowEnabled)