3 references to FlushAsyncInternal
System.IO.Pipelines (3)
System\IO\Pipelines\StreamPipeWriter.cs (3)
248
await
FlushAsyncInternal
(writeToStream: exception == null, data: Memory<byte>.Empty).ConfigureAwait(false);
273
return
FlushAsyncInternal
(writeToStream: true, data: Memory<byte>.Empty, cancellationToken);
281
return
FlushAsyncInternal
(writeToStream: true, data: source, cancellationToken);