1 write to _decoder
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
224_decoder = new SingletonMessageDecoder(reader.StreamPosition);
8 references to _decoder
System.ServiceModel.NetFramingBase (8)
System\ServiceModel\Channels\SingletonConnectionReader.cs (8)
247int bytesRead = _decoder.Decode(buffer, offset, size); 250Fx.Assert(_decoder.CurrentState == SingletonMessageDecoder.State.ReadingEnvelopeBytes || _decoder.CurrentState == SingletonMessageDecoder.State.ChunkEnd, ""); 259int bytesRead = _decoder.Decode(buffer, offset, size); 267switch (_decoder.CurrentState) 270_chunkBytesRemaining = _decoder.ChunkSize; 428|| _decoder.CurrentState != SingletonMessageDecoder.State.End) 430throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_decoder.CreatePrematureEOFException());