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