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