5 references to Start
System.ServiceModel (5)
System\ServiceModel\Channels\FramingDecoders.cs (4)
1235
currentState = State.
Start
;
1241
currentState = State.
Start
;
1245
case State.
Start
:
1293
if (currentState < State.
Start
)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
101
if (decoder.CurrentState == ServerSingletonSizedDecoder.State.
Start
)