1 write to FaultReply
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
523messageInfo.FaultReply = exception.FaultReply;
2 references to FaultReply
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
321else if (info.FaultReply != null) 324OnLocalFault(throwException ? null : e, info.FaultReply, context);