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