4 references to CurrentTransactionProperty
System.Transactions (4)
System\Transactions\Transaction.cs (4)
1490
CallContext.LogicalSetData(
CurrentTransactionProperty
, contextKey);
1497
ContextKey key = (ContextKey)CallContext.LogicalGetData(
CurrentTransactionProperty
);
1509
CallContext.LogicalSetData(
CurrentTransactionProperty
, null);
1517
ContextKey contextKey = (ContextKey)CallContext.LogicalGetData(
CurrentTransactionProperty
);