1 write to _size
System.Transactions.Local (1)
System\Transactions\TransactionTable.cs (1)
612_size = 1024; // A possible design change here is to have this scale dynamically based on load.
3 references to _size
System.Transactions.Local (3)
System\Transactions\TransactionTable.cs (3)
613_transactions = new InternalTransaction[_size]; 621if (currentIndex < _size) 669for (i = 0; i <= transactionCount && i < _size; i++)