2 writes to _currentState
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (2)
611_currentState = ClientFramingDecoderState.ReadingUpgradeRecord; 623_currentState = value;
2 references to _currentState
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (2)
618return _currentState; 629get { return _currentState.ToString(); }