1 write to size
System.Transactions (1)
System\Transactions\TransactionTable.cs (1)
642
this.
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)
643
transactions = new InternalTransaction[this.
size
];
651
if ( currentIndex < this.
size
)
699
for ( i = 0; i <= transactionCount && i < this.
size
; i++ )