8 writes to currentState
System.ServiceModel (8)
System\ServiceModel\Channels\FramingDecoders.cs (8)
859
this.
currentState
= State.ChunkStart;
864
this.
currentState
= State.ChunkStart;
909
currentState
= State.EnvelopeEnd;
913
currentState
= State.ChunkStart;
920
currentState
= State.ReadingEnvelopeBytes;
931
currentState
= State.ChunkEnd;
936
currentState
= State.ReadingEnvelopeChunkSize;
941
currentState
= State.End;
4 references to currentState
System.ServiceModel (4)
System\ServiceModel\Channels\FramingDecoders.cs (4)
869
get { return
currentState
; }
874
get { return
currentState
.ToString(); }
881
if (
currentState
< State.ChunkStart)
898
switch (
currentState
)