8 references to PromoterTypeDtc
System.Transactions.Local (8)
System\Transactions\InternalTransaction.cs (3)
214
if ((_promoterType != Guid.Empty) && (_promoterType != TransactionInterop.
PromoterTypeDtc
))
218
_promoterType = TransactionInterop.
PromoterTypeDtc
;
225
if ((_promoterType != Guid.Empty) && (_promoterType != TransactionInterop.
PromoterTypeDtc
))
System\Transactions\Transaction.cs (1)
869
return EnlistPromotableSinglePhase(promotableSinglePhaseNotification, TransactionInterop.
PromoterTypeDtc
);
System\Transactions\TransactionState.cs (4)
789
if (tx._promoterType == TransactionInterop.
PromoterTypeDtc
)
1078
if (tx._promoterType == TransactionInterop.
PromoterTypeDtc
)
2145
Debug.Assert((tx._promoterType == Guid.Empty) || (tx._promoterType == TransactionInterop.
PromoterTypeDtc
), "Promoted to MSTC but PromoterType is not TransactionInterop.PromoterTypeDtc");
4427
if (tx._promoterType != TransactionInterop.
PromoterTypeDtc
)