Implemented interface member:
2 writes to IsCompleted
System.ServiceModel.Federation (2)
System\Runtime\OperationWithTimeoutAsyncResult.cs (2)
160IsCompleted = true; 166IsCompleted = true;
3 references to IsCompleted
System.ServiceModel.Federation (3)
System\Runtime\OperationWithTimeoutAsyncResult.cs (3)
90_manualResetEvent = new ManualResetEvent(IsCompleted); 130if (IsCompleted) 377if (!asyncResult.IsCompleted)