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