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