1 write to volatileEnlistmentSize
System.Transactions (1)
System\Transactions\TransactionState.cs (1)
1130enlistments.volatileEnlistmentSize += InternalTransaction.volatileArrayIncrement;
4 references to volatileEnlistmentSize
System.Transactions (4)
System\Transactions\TransactionState.cs (4)
1116if ( enlistments.volatileEnlistmentCount == enlistments.volatileEnlistmentSize ) 1119new InternalEnlistment[enlistments.volatileEnlistmentSize + InternalTransaction.volatileArrayIncrement]; 1121if ( enlistments.volatileEnlistmentSize > 0 ) 1126enlistments.volatileEnlistmentSize