4 references to CurrentState
System.ServiceModel (4)
System\ServiceModel\Channels\SingletonConnectionReader.cs (4)
1408
Fx.Assert(decoder.
CurrentState
== SingletonMessageDecoder.State.ReadingEnvelopeBytes || decoder.
CurrentState
== SingletonMessageDecoder.State.ChunkEnd, "");
1425
switch (decoder.
CurrentState
)
1564
|| decoder.
CurrentState
!= SingletonMessageDecoder.State.End)