7 writes to currentState
System.ServiceModel (7)
System\ServiceModel\Channels\FramingDecoders.cs (7)
473currentState = State.ReadingVersionRecord; 487currentState = State.ReadingMajorVersion; 493currentState = State.ReadingMinorVersion; 498currentState = State.ReadingModeRecord; 503currentState = State.ReadingModeValue; 509currentState = State.Done; 529currentState = State.ReadingVersionRecord;
6 references to currentState
System.ServiceModel (6)
System\ServiceModel\Channels\FramingDecoders.cs (6)
483switch (currentState) 534get { return currentState; } 539get { return currentState.ToString(); } 546if (currentState != State.Done) 557if (currentState != State.Done) 568if (currentState != State.Done)