8 references to Fault
System.ServiceModel.NetFramingBase (8)
System\ServiceModel\Channels\FramingChannels.cs (1)
392
if (decoder.CurrentState == ClientFramingDecoderState.
Fault
)
System\ServiceModel\Channels\FramingDecoders.cs (6)
660
if (CurrentState < ClientFramingDecoderState.
Fault
)
768
base.CurrentState = ClientFramingDecoderState.
Fault
;
771
case ClientFramingDecoderState.
Fault
:
814
if (CurrentState < ClientFramingDecoderState.
Fault
)
903
base.CurrentState = ClientFramingDecoderState.
Fault
;
906
case ClientFramingDecoderState.
Fault
:
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
248
case ClientFramingDecoderState.
Fault
: