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)
618
return
_currentState
;
629
get { return
_currentState
.ToString(); }