1 instantiation of SingletonMessageDecoder
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
224_decoder = new SingletonMessageDecoder(reader.StreamPosition);
6 references to SingletonMessageDecoder
System.ServiceModel.NetFramingBase (6)
System\ServiceModel\Channels\SingletonConnectionReader.cs (6)
211private SingletonMessageDecoder _decoder; 250Fx.Assert(_decoder.CurrentState == SingletonMessageDecoder.State.ReadingEnvelopeBytes || _decoder.CurrentState == SingletonMessageDecoder.State.ChunkEnd, ""); 269case SingletonMessageDecoder.State.ChunkStart: 282case SingletonMessageDecoder.State.End: 428|| _decoder.CurrentState != SingletonMessageDecoder.State.End)