2 writes to faultReply
System.ServiceModel (2)
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
133this.faultReply = value; 647if (faultConverter.TryCreateFaultMessage(exception, out messageInfo.faultReply))
2 references to faultReply
System.ServiceModel (2)
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
124return this.faultReply; 128if (this.faultReply != null)