1 write to scopeThread
System.Transactions (1)
System\Transactions\TransactionScope.cs (1)
1037this.scopeThread = Thread.CurrentThread;
4 references to scopeThread
System.Transactions (4)
System\Transactions\TransactionScope.cs (4)
608if ((this.scopeThread != Thread.CurrentThread) && !this.AsyncFlowEnabled) 1104if (this.scopeThread == Thread.CurrentThread) 1120if (this.savedCurrentScope.scopeThread != Thread.CurrentThread) 1141if (this.scopeThread != Thread.CurrentThread)