Implemented interface member:
property
IsCompleted
System.IAsyncResult.IsCompleted
6 references to IsCompleted
mscorlib (6)
system\io\filestream.cs (6)
375if (IsCompleted) 2645if (readTask._asyncResult.IsCompleted) 2697if (writeTask._asyncResult.IsCompleted) 2740if (!asyncResult.IsCompleted) 2755Contract.Assert(asyncResult.IsCompleted, "How can we end up in the completion callback if the IAsyncResult is not completed?"); 2791Contract.Assert(asyncResult.IsCompleted, "How can we end up in the completion callback if the IAsyncResult is not completed?");