1 write to isCompleted
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\AsyncOperationContext.cs (1)
121this.isCompleted = true;
2 references to isCompleted
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AsyncOperationContext.cs (2)
66return this.isCompleted; 127Fx.Assert(this.isCompleted == false, "The timer cannot be started if the context is closed.");