8 writes to _currentState
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (8)
472_currentState = State.ChunkStart; 477_currentState = State.ChunkStart; 521_currentState = State.EnvelopeEnd; 525_currentState = State.ChunkStart; 532_currentState = State.ReadingEnvelopeBytes; 543_currentState = State.ChunkEnd; 548_currentState = State.ReadingEnvelopeChunkSize; 553_currentState = State.End;
4 references to _currentState
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (4)
482get { return _currentState; } 487get { return _currentState.ToString(); } 494if (_currentState < State.ChunkStart) 510switch (_currentState)