9 references to State
System.ServiceModel (9)
System\ServiceModel\Channels\FramingDecoders.cs (9)
88State currentState; 97this.currentState = State.ReadingSize; 103get { return currentState == State.Done; } 110if (currentState != State.Done) 124case State.ReadingSize: 139currentState = State.ReadingBytes; 143case State.ReadingBytes: 174this.currentState = State.Done; 193currentState = State.ReadingSize;