1 write to timerInterval
System.Transactions (1)
System\Transactions\TransactionTable.cs (1)
178this.timerInterval = 1 << TransactionTable.timerInternalExponent;
4 references to timerInterval
System.Transactions (4)
System\Transactions\TransactionTable.cs (4)
172this.timer = new Timer( new TimerCallback(ThreadTimer), null, Timeout.Infinite, this.timerInterval ); 214return TimeSpan.FromMilliseconds( (tx.AbsoluteTimeout - this.ticks) * this.timerInterval ); 254if ( !this.timer.Change( this.timerInterval, this.timerInterval ))