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