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