2 writes to timer
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AsyncOperationContext.cs (2)
130
this.
timer
= new IOThreadTimer(waitCallback, this, false);
139
this.
timer
= null;
4 references to timer
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\AsyncOperationContext.cs (4)
126
Fx.Assert(this.
timer
== null, "The timer object must be null.");
131
this.
timer
.Set(this.Duration);
136
if (this.
timer
!= null)
138
this.
timer
.Cancel();