6 references to MoveToAsync
Microsoft.AspNetCore.WebUtilities (2)
FileBufferingWriteStream.cs (2)
172await PagedByteBuffer.MoveToAsync(FileStream, cancellationToken); 211await PagedByteBuffer.MoveToAsync(destination, cancellationToken);
Microsoft.AspNetCore.WebUtilities.Tests (4)
PagedByteBufferTest.cs (4)
131await buffer.MoveToAsync(stream, default); 140await buffer.MoveToAsync(stream, default); 155await buffer.MoveToAsync(stream, default); 207await buffer.MoveToAsync(memoryStream, default);