14 references to IsCompleted
System.IO.Pipelines (14)
System\IO\Pipelines\Pipe.cs (12)
390
if (_writerAwaitable.
IsCompleted
)
416
Debug.Assert(_writerAwaitable.
IsCompleted
|| _readerAwaitable.
IsCompleted
);
570
Debug.Assert(_writerAwaitable.
IsCompleted
, "PipeWriter.FlushAsync isn't completed and will deadlock");
701
if (_readerAwaitable.
IsCompleted
)
724
if (!_writerAwaitable.
IsCompleted
)
759
if (_readerAwaitable.
IsCompleted
)
783
if (_unconsumedBytes > 0 || _readerAwaitable.
IsCompleted
)
904
if (_readerAwaitable.
IsCompleted
)
940
if (!_readerAwaitable.
IsCompleted
)
996
if (_writerAwaitable.
IsCompleted
)
1018
if (!_writerAwaitable.
IsCompleted
)
System\IO\Pipelines\PipeAwaitable.cs (2)
49
if (cancellationToken.CanBeCanceled && !
IsCompleted
)
118
if (
IsCompleted
|| doubleCompletion)