2 writes to ticks
System.Transactions (2)
System\Transactions\TransactionTable.cs (2)
181this.ticks = 0; 425this.ticks++;
3 references to ticks
System.Transactions (3)
System\Transactions\TransactionTable.cs (3)
201TransactionTable.timerInternalExponent) + this.ticks; 214return TimeSpan.FromMilliseconds( (tx.AbsoluteTimeout - this.ticks) * this.timerInterval ); 510while ( currentBucketSet.AbsoluteTimeout > this.ticks );