1 write to timer
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (1)
66this.timer = new IOThreadTimer(TimeoutCallbackAction, this, true);
3 references to timer
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (3)
67this.timer.Set(timeout); 119if ((this.timer != null) && (!this.timer.Cancel()))