9 references to Fault
System.ServiceModel (9)
System\ServiceModel\Channels\FramingChannels.cs (2)
966
if (decoder.CurrentState == ClientFramingDecoderState.
Fault
)
1131
if (decoder.CurrentState == ClientFramingDecoderState.
Fault
)
System\ServiceModel\Channels\FramingDecoders.cs (6)
1399
if (CurrentState < ClientFramingDecoderState.
Fault
)
1499
base.CurrentState = ClientFramingDecoderState.
Fault
;
1502
case ClientFramingDecoderState.
Fault
:
1545
if (CurrentState < ClientFramingDecoderState.
Fault
)
1632
base.CurrentState = ClientFramingDecoderState.
Fault
;
1635
case ClientFramingDecoderState.
Fault
:
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1580
case ClientFramingDecoderState.
Fault
: