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