3 references to ReadingEnvelopeBytes
System.ServiceModel (3)
System\ServiceModel\Channels\FramingDecoders.cs (2)
920currentState = State.ReadingEnvelopeBytes; 922case State.ReadingEnvelopeBytes:
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1408Fx.Assert(decoder.CurrentState == SingletonMessageDecoder.State.ReadingEnvelopeBytes || decoder.CurrentState == SingletonMessageDecoder.State.ChunkEnd, "");