3 references to ReadCore
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
380
int bytesRead =
ReadCore
(buffer, offset, bytesToRead);
409
_chunkBufferSize =
ReadCore
(_chunkBuffer, 0, _chunkBuffer.Length);
414
int bytesRead =
ReadCore
(buffer, offset, IntEncoder.MaxEncodedSize);