1 write to size
System.Transactions (1)
System\Transactions\TransactionTable.cs (1)
642this.size = 1024; // A possible design change here is to have this scale dynamically based on load.
3 references to size
System.Transactions (3)
System\Transactions\TransactionTable.cs (3)
643transactions = new InternalTransaction[this.size]; 651if ( currentIndex < this.size ) 699for ( i = 0; i <= transactionCount && i < this.size; i++ )