2 writes to replyInfo
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
1891this.replyInfo = null; 1928this.replyInfo = info;
5 references to replyInfo
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
1882return this.replyInfo; 1889if (reply != null && this.replyInfo != null) 1893else if (reply == null && this.replyInfo != null) 1895reply = this.replyInfo.Message; 1926if (!this.replied && this.replyInfo == null)