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