2 writes to preparedVolatileEnlistments
System.Transactions (2)
System\Transactions\Enlistment.cs (2)
314this.Transaction.phase0Volatiles.preparedVolatileEnlistments++; 514this.transaction.phase1Volatiles.preparedVolatileEnlistments++;
16 references to preparedVolatileEnlistments
System.Transactions (16)
System\Transactions\Enlistment.cs (4)
322Debug.Assert(this.Transaction.phase0Volatiles.preparedVolatileEnlistments <= 326if (this.Transaction.phase0Volatiles.preparedVolatileEnlistments == 522Debug.Assert(this.transaction.phase1Volatiles.preparedVolatileEnlistments <= 527if (this.transaction.phase1Volatiles.preparedVolatileEnlistments ==
System\Transactions\TransactionState.cs (12)
1260Debug.Assert( tx.phase0Volatiles.preparedVolatileEnlistments <= 1264if ( tx.phase0Volatiles.preparedVolatileEnlistments == 1605if ( tx.phase0Volatiles.preparedVolatileEnlistments < volatileCount + dependentCount ) 1801if ( tx.phase0Volatiles.preparedVolatileEnlistments < volatileCount + dependentCount ) 2643Debug.Assert( tx.phase0Volatiles.preparedVolatileEnlistments <= 2647if ( tx.phase0Volatiles.preparedVolatileEnlistments == 3291if ( tx.phase0Volatiles.preparedVolatileEnlistments < 3384if ( tx.phase1Volatiles.preparedVolatileEnlistments < volatileCount ) 4366Debug.Assert(tx.phase0Volatiles.preparedVolatileEnlistments <= 4370if (tx.phase0Volatiles.preparedVolatileEnlistments == 4498if (tx.phase0Volatiles.preparedVolatileEnlistments < volatileCount + dependentCount) 4542if (tx.phase0Volatiles.preparedVolatileEnlistments < volatileCount + dependentCount)