2 writes to _preparedVolatileEnlistments
System.Transactions.Local (2)
System\Transactions\Enlistment.cs (2)
227
Transaction._phase0Volatiles.
_preparedVolatileEnlistments
++;
381
_transaction._phase1Volatiles.
_preparedVolatileEnlistments
++;
16 references to _preparedVolatileEnlistments
System.Transactions.Local (16)
System\Transactions\Enlistment.cs (4)
234
Debug.Assert(Transaction._phase0Volatiles.
_preparedVolatileEnlistments
<=
238
if (Transaction._phase0Volatiles.
_preparedVolatileEnlistments
==
388
Debug.Assert(_transaction._phase1Volatiles.
_preparedVolatileEnlistments
<=
393
if (_transaction._phase1Volatiles.
_preparedVolatileEnlistments
==
System\Transactions\TransactionState.cs (12)
618
Debug.Assert(tx._phase0Volatiles.
_preparedVolatileEnlistments
<=
622
if (tx._phase0Volatiles.
_preparedVolatileEnlistments
==
929
if (tx._phase0Volatiles.
_preparedVolatileEnlistments
< volatileCount + dependentCount)
1109
if (tx._phase0Volatiles.
_preparedVolatileEnlistments
< volatileCount + dependentCount)
1879
Debug.Assert(tx._phase0Volatiles.
_preparedVolatileEnlistments
<=
1883
if (tx._phase0Volatiles.
_preparedVolatileEnlistments
==
2512
if (tx._phase0Volatiles.
_preparedVolatileEnlistments
<
2600
if (tx._phase1Volatiles.
_preparedVolatileEnlistments
< volatileCount)
3535
Debug.Assert(tx._phase0Volatiles.
_preparedVolatileEnlistments
<=
3539
if (tx._phase0Volatiles.
_preparedVolatileEnlistments
==
3662
if (tx._phase0Volatiles.
_preparedVolatileEnlistments
< volatileCount + dependentCount)
3706
if (tx._phase0Volatiles.
_preparedVolatileEnlistments
< volatileCount + dependentCount)