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)
104FaultHelper.SendFaultAsync(_binder, _replyFaultContext, _terminatingFault); 113if (_replyFaultContext != null) 114_replyFaultContext.Abort(); 243FaultHelper.SendFaultAsync(_binder, _replyFaultContext, _terminatingFault); 251if (_replyFaultContext != null) 252_replyFaultContext.Abort();