1 write to timer
System.Transactions (1)
System\Transactions\TransactionTable.cs (1)
172
this.
timer
= new Timer( new TimerCallback(ThreadTimer), null, Timeout.Infinite, this.timerInterval );
2 references to timer
System.Transactions (2)
System\Transactions\TransactionTable.cs (2)
254
if ( !this.
timer
.Change( this.timerInterval, this.timerInterval ))
468
if (!this.
timer
.Change(Timeout.Infinite, Timeout.Infinite))