2 writes to ReadFunc
Contract.Service.IntegrationTests (2)
ServiceContractTests.4.1.0.cs (2)
265ReadFunc = (byte[] buffer, int offset, int count) => 324ReadFunc = (byte[] buffer, int offset, int count) =>
2 references to ReadFunc
ScenarioTests.Common.Tests (2)
TestMockStream.cs (2)
69return ReadFunc != null 70? ReadFunc(buffer, offset, count)