1 write to replyInfo
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2232this.replyInfo = info;
4 references to replyInfo
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
2144return this.replyInfo; 2151if (this.replyInfo != null) 2154return this.replyInfo.Message; 2227if (this.replied || this.replyInfo != null)