4 writes to threadContextData
System.Transactions (4)
System\Transactions\TransactionScope.cs (4)
1070
this.
threadContextData
= CallContextCurrentData.CreateOrGetCurrentData(this.ContextKey);
1081
this.
threadContextData
= ContextData.TLSCurrentData;
1116
this.
threadContextData
= CallContextCurrentData.CreateOrGetCurrentData(this.savedCurrentScope.ContextKey);
1128
this.
threadContextData
= ContextData.TLSCurrentData;
9 references to threadContextData
System.Transactions (9)
System\Transactions\TransactionScope.cs (9)
632
TransactionScope actualCurrentScope = this.
threadContextData
.CurrentScope;
634
Transaction current = Transaction.FastGetTransaction( actualCurrentScope, this.
threadContextData
, out contextTransaction );
753
actualCurrentScope = this.
threadContextData
.CurrentScope;
1087
this.
threadContextData
.CurrentScope = this;
1150
ContextData.TLSCurrentData = this.
threadContextData
;
1157
this.
threadContextData
.CurrentScope = this.savedCurrentScope;
1179
this.
threadContextData
.CurrentTransaction = newCurrent;
1191
this.
threadContextData
.CurrentTransaction = newCurrent;
1325
this.
threadContextData
.CurrentTransaction = this.contextTransaction;