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