8 references to PromoterTypeDtc
System.Transactions (8)
System\Transactions\InternalTransaction.cs (3)
283
if ((this.promoterType != Guid.Empty) && (this.promoterType != TransactionInterop.
PromoterTypeDtc
))
287
this.promoterType = TransactionInterop.
PromoterTypeDtc
;
294
if ((this.promoterType != Guid.Empty) && (this.promoterType != TransactionInterop.
PromoterTypeDtc
))
System\Transactions\Transaction.cs (1)
1238
return this.EnlistPromotableSinglePhase(promotableSinglePhaseNotification, TransactionInterop.
PromoterTypeDtc
);
System\Transactions\TransactionState.cs (4)
1453
if (tx.promoterType == TransactionInterop.
PromoterTypeDtc
)
1770
if (tx.promoterType == TransactionInterop.
PromoterTypeDtc
)
2917
Debug.Assert((tx.promoterType == Guid.Empty) || (tx.promoterType == TransactionInterop.
PromoterTypeDtc
), "Promoted to MSTC but PromoterType is not TransactionInterop.PromoterTypeDtc");
5296
if (tx.promoterType != TransactionInterop.
PromoterTypeDtc
)