1 write to decoder
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1385this.decoder = new SingletonMessageDecoder(reader.StreamPosition);
8 references to decoder
System.ServiceModel (8)
System\ServiceModel\Channels\SingletonConnectionReader.cs (8)
1405int bytesRead = decoder.Decode(buffer, offset, size); 1408Fx.Assert(decoder.CurrentState == SingletonMessageDecoder.State.ReadingEnvelopeBytes || decoder.CurrentState == SingletonMessageDecoder.State.ChunkEnd, ""); 1417int bytesRead = decoder.Decode(buffer, offset, size); 1425switch (decoder.CurrentState) 1428this.chunkBytesRemaining = decoder.ChunkSize; 1564|| decoder.CurrentState != SingletonMessageDecoder.State.End) 1566throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException());