1 write to _replyFaultContext
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
180
_replyFaultContext
= context;
6 references to _replyFaultContext
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (6)
104
FaultHelper.SendFaultAsync(_binder,
_replyFaultContext
, _terminatingFault);
113
if (
_replyFaultContext
!= null)
114
_replyFaultContext
.Abort();
243
FaultHelper.SendFaultAsync(_binder,
_replyFaultContext
, _terminatingFault);
251
if (
_replyFaultContext
!= null)
252
_replyFaultContext
.Abort();