2 references to CopyToAsync
Microsoft.AspNetCore.Http (2)
SendFileFallback.cs (1)
51await StreamCopyOperationInternal.CopyToAsync(fileStream, destination, count, bufferSize, cancellationToken);
src\Http\Shared\StreamCopyOperationInternal.cs (1)
22return CopyToAsync(source, destination, count, DefaultBufferSize, cancel);