3 writes to promoterType
System.Transactions (3)
System\Transactions\InternalTransaction.cs (1)
287this.promoterType = TransactionInterop.PromoterTypeDtc;
System\Transactions\TransactionState.cs (2)
5230tx.promoterType = promoterType; 5257tx.promoterType = promoterType;
16 references to promoterType
System.Transactions (16)
System\Transactions\InternalTransaction.cs (5)
283if ((this.promoterType != Guid.Empty) && (this.promoterType != TransactionInterop.PromoterTypeDtc)) 294if ((this.promoterType != Guid.Empty) && (this.promoterType != TransactionInterop.PromoterTypeDtc)) 297SR.GetString(SR.PromoterTypeUnrecognized), this.promoterType.ToString()),
System\Transactions\Transaction.cs (1)
637return this.internalTransaction.promoterType;
System\Transactions\TransactionState.cs (10)
1452Debug.Assert(tx.promoterType != Guid.Empty, "InternalTransaction.PromoterType was not set in PSPEInitialize"); 1453if (tx.promoterType == TransactionInterop.PromoterTypeDtc) 1769Debug.Assert(tx.promoterType != Guid.Empty, "InternalTransaction.PromoterType was not set in Phase0PSPEInitialize"); 1770if (tx.promoterType == TransactionInterop.PromoterTypeDtc) 2917Debug.Assert((tx.promoterType == Guid.Empty) || (tx.promoterType == TransactionInterop.PromoterTypeDtc), "Promoted to MSTC but PromoterType is not TransactionInterop.PromoterTypeDtc"); 4290SR.GetString(SR.PromoterTypeUnrecognized), tx.promoterType.ToString()), 4303SR.GetString(SR.PromoterTypeUnrecognized), tx.promoterType.ToString()), 4408SR.GetString(SR.PromoterTypeUnrecognized), tx.promoterType.ToString()), 5296if (tx.promoterType != TransactionInterop.PromoterTypeDtc)