14 references to IsCompleted
System.IO.Pipelines (14)
System\IO\Pipelines\Pipe.cs (12)
495
if (_writerAwaitable.
IsCompleted
)
521
Debug.Assert(_writerAwaitable.
IsCompleted
|| _readerAwaitable.
IsCompleted
);
677
Debug.Assert(_writerAwaitable.
IsCompleted
, "PipeWriter.FlushAsync isn't completed and will deadlock");
812
if (_readerAwaitable.
IsCompleted
)
835
if (!_writerAwaitable.
IsCompleted
)
870
if (_readerAwaitable.
IsCompleted
)
894
if (_unconsumedBytes > 0 || _readerAwaitable.
IsCompleted
)
1015
if (_readerAwaitable.
IsCompleted
)
1051
if (!_readerAwaitable.
IsCompleted
)
1107
if (_writerAwaitable.
IsCompleted
)
1129
if (!_writerAwaitable.
IsCompleted
)
System\IO\Pipelines\PipeAwaitable.cs (2)
49
if (cancellationToken.CanBeCanceled && !
IsCompleted
)
118
if (
IsCompleted
|| doubleCompletion)