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