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