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