2 writes to terminatingFault
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
175
this.
terminatingFault
= fault.CreateMessage(this.settings.MessageVersion,
271
this.
terminatingFault
= faultMessage;
10 references to terminatingFault
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelReliableSession.cs (10)
169
if (this.
terminatingFault
== null)
180
if (this.
terminatingFault
!= null)
183
this.faultHelper.SendFaultAsync(this.binder, this.replyFaultContext, this.
terminatingFault
);
190
if (this.
terminatingFault
!= null)
191
this.
terminatingFault
.Close();
204
this.
terminatingFault
, this.InputID, this.finalRanges, true);
333
&& (this.
terminatingFault
!= null))
336
this.faultHelper.SendFaultAsync(this.binder, this.replyFaultContext, this.
terminatingFault
);
342
if (this.
terminatingFault
!= null)
343
this.
terminatingFault
.Close();