5 references to Start
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
618
if (decoder.CurrentState != ClientFramingDecoderState.
Start
) // we have a problem
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (4)
715
base.CurrentState = ClientFramingDecoderState.
Start
;
717
case ClientFramingDecoderState.
Start
:
860
base.CurrentState = ClientFramingDecoderState.
Start
;
863
case ClientFramingDecoderState.
Start
: