2 writes to CopyToAsyncFunc
Contract.Service.IntegrationTests (2)
ServiceContractTests.4.1.0.cs (2)
256
CopyToAsyncFunc
= (Stream destination, int bufferSize, CancellationToken ct) =>
318
CopyToAsyncFunc
= (Stream destination, int bufferSize, CancellationToken ct) =>
2 references to CopyToAsyncFunc
ScenarioTests.Common.Tests (2)
TestMockStream.cs (2)
54
if (
CopyToAsyncFunc
!= null)
56
t =
CopyToAsyncFunc
(destination, bufferSize, cancellationToken);