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