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