4 writes to _currentState
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (4)
98_currentState = State.ReadingSize; 139_currentState = State.ReadingBytes; 174_currentState = State.Done; 193_currentState = State.ReadingSize;
3 references to _currentState
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (3)
104get { return _currentState == State.Done; } 111if (_currentState != State.Done) 122switch (_currentState)