1 instantiation of SingletonMessageDecoder
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1385this.decoder = new SingletonMessageDecoder(reader.StreamPosition);
6 references to SingletonMessageDecoder
System.ServiceModel (6)
System\ServiceModel\Channels\SingletonConnectionReader.cs (6)
1372SingletonMessageDecoder decoder; 1408Fx.Assert(decoder.CurrentState == SingletonMessageDecoder.State.ReadingEnvelopeBytes || decoder.CurrentState == SingletonMessageDecoder.State.ChunkEnd, ""); 1427case SingletonMessageDecoder.State.ChunkStart: 1440case SingletonMessageDecoder.State.End: 1564|| decoder.CurrentState != SingletonMessageDecoder.State.End)