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