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