2 writes to isCompleted
System.ServiceModel.Internals (2)
System\Runtime\AsyncResult.cs (2)
160this.isCompleted = true; 166this.isCompleted = true;
4 references to isCompleted
System.ServiceModel.Internals (4)
System\Runtime\AsyncResult.cs (4)
71manualResetEvent = new ManualResetEvent(isCompleted); 99return isCompleted; 123if (this.isCompleted) 391if (!asyncResult.isCompleted)