19 references to State
System.ServiceModel (19)
System\ServiceModel\Channels\FramingDecoders.cs (18)
1184
State
currentState;
1192
this.currentState =
State
.ReadingViaRecord;
1205
case
State
.ReadingViaRecord:
1210
currentState =
State
.ReadingViaString;
1212
case
State
.ReadingViaString:
1215
currentState =
State
.ReadingContentTypeRecord;
1217
case
State
.ReadingContentTypeRecord:
1222
currentState =
State
.ReadingContentTypeByte;
1229
currentState =
State
.ReadingContentTypeString;
1232
case
State
.ReadingContentTypeByte:
1235
currentState =
State
.Start;
1237
case
State
.ReadingContentTypeString:
1241
currentState =
State
.Start;
1245
case
State
.Start:
1265
this.currentState =
State
.ReadingViaRecord;
1268
public
State
CurrentState
1282
if (currentState <
State
.ReadingContentTypeRecord)
1293
if (currentState <
State
.Start)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
101
if (decoder.CurrentState == ServerSingletonSizedDecoder.
State
.Start)