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