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