3 references to ChunkEnd
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\FramingDecoders.cs (2)
542CurrentState = State.ChunkEnd; 545case State.ChunkEnd:
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
250Fx.Assert(_decoder.CurrentState == SingletonMessageDecoder.State.ReadingEnvelopeBytes || _decoder.CurrentState == SingletonMessageDecoder.State.ChunkEnd, "");