3 references to CopyToAsync
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
660await context.Request.Body.CopyToAsync(connection.ApplicationStream, bufferSize);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
79public Task CopyToAsync(Stream destination) => CopyToAsync(destination, GetCopyBufferSize());
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
559await stream.CopyToAsync(s, bufferSize);