1 write to _size
System.Transactions.Local (1)
System\Transactions\TransactionTable.cs (1)
609_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)
610_transactions = new InternalTransaction[_size]; 618if (currentIndex < _size) 666for (i = 0; i <= transactionCount && i < _size; i++)