4 writes to faulted
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelReliableSession.cs (4)
160
this.
faulted
= SessionFaultState.CleanedUp;
270
this.
faulted
= SessionFaultState.LocallyFaulted;
298
this.
faulted
= SessionFaultState.RemotelyFaulted;
325
this.
faulted
= SessionFaultState.CleanedUp;
9 references to faulted
System.ServiceModel (9)
System\ServiceModel\Channels\ChannelReliableSession.cs (9)
155
if (this.
faulted
== SessionFaultState.CleanedUp)
159
sendFault = this.canSendFault && (this.
faulted
!= SessionFaultState.RemotelyFaulted); // NotFaulted || LocallyFaulted
268
if (this.
faulted
!= SessionFaultState.NotFaulted)
296
if (this.
faulted
!= SessionFaultState.NotFaulted)
316
if (this.
faulted
== SessionFaultState.NotFaulted)
320
if (this.
faulted
== SessionFaultState.CleanedUp)
324
sendFault = this.canSendFault && (this.
faulted
!= SessionFaultState.RemotelyFaulted); // LocallyFaulted
492
if (this.
faulted
== SessionFaultState.NotFaulted)
497
else if (this.
faulted
== SessionFaultState.CleanedUp)