9 references to State
System.ServiceModel (9)
System\ServiceModel\Channels\FramingDecoders.cs (9)
88
State
currentState;
97
this.currentState =
State
.ReadingSize;
103
get { return currentState ==
State
.Done; }
110
if (currentState !=
State
.Done)
124
case
State
.ReadingSize:
139
currentState =
State
.ReadingBytes;
143
case
State
.ReadingBytes:
174
this.currentState =
State
.Done;
193
currentState =
State
.ReadingSize;