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