1 write to ContextKey
System.Transactions (1)
System\Transactions\TransactionScope.cs (1)
1030
this.
ContextKey
= new ContextKey();
5 references to ContextKey
System.Transactions (5)
System\Transactions\TransactionScope.cs (5)
1070
this.threadContextData = CallContextCurrentData.CreateOrGetCurrentData(this.
ContextKey
);
1082
CallContextCurrentData.ClearCurrentData(this.
ContextKey
, false);
1101
CallContextCurrentData.ClearCurrentData(this.
ContextKey
, true);
1116
this.threadContextData = CallContextCurrentData.CreateOrGetCurrentData(this.savedCurrentScope.
ContextKey
);
1131
CallContextCurrentData.ClearCurrentData(this.savedCurrentScope.
ContextKey
, false);