3 references to ReadCore
System.ServiceModel (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
1516
int bytesRead =
ReadCore
(buffer, offset, bytesToRead);
1545
this.chunkBufferSize =
ReadCore
(this.chunkBuffer, 0, this.chunkBuffer.Length);
1550
int bytesRead =
ReadCore
(buffer, offset, IntEncoder.MaxEncodedSize);