2 writes to currentState
System.ServiceModel (2)
System\ServiceModel\Channels\FramingDecoders.cs (2)
1338this.currentState = ClientFramingDecoderState.ReadingUpgradeRecord; 1350this.currentState = value;
2 references to currentState
System.ServiceModel (2)
System\ServiceModel\Channels\FramingDecoders.cs (2)
1345return this.currentState; 1356get { return currentState.ToString(); }