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