7 writes to currentState
System.ServiceModel (7)
System\ServiceModel\Channels\FramingDecoders.cs (7)
473
currentState
= State.ReadingVersionRecord;
487
currentState
= State.ReadingMajorVersion;
493
currentState
= State.ReadingMinorVersion;
498
currentState
= State.ReadingModeRecord;
503
currentState
= State.ReadingModeValue;
509
currentState
= State.Done;
529
currentState
= State.ReadingVersionRecord;
6 references to currentState
System.ServiceModel (6)
System\ServiceModel\Channels\FramingDecoders.cs (6)
483
switch (
currentState
)
534
get { return
currentState
; }
539
get { return
currentState
.ToString(); }
546
if (
currentState
!= State.Done)
557
if (
currentState
!= State.Done)
568
if (
currentState
!= State.Done)