1 write to _scopeThread
System.Transactions.Local (1)
System\Transactions\TransactionScope.cs (1)
907_scopeThread = Thread.CurrentThread;
4 references to _scopeThread
System.Transactions.Local (4)
System\Transactions\TransactionScope.cs (4)
521if ((_scopeThread != Thread.CurrentThread) && !AsyncFlowEnabled) 973if (_scopeThread == Thread.CurrentThread) 990if (_savedCurrentScope._scopeThread != Thread.CurrentThread) 1011if (_scopeThread != Thread.CurrentThread)