2 writes to replyInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
1026replyInfo = null; 1053replyInfo = info;
5 references to replyInfo
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
1017return replyInfo; 1024if (reply != null && replyInfo != null) 1028else if (reply == null && replyInfo != null) 1030reply = replyInfo.Message; 1051if (!replied && replyInfo == null)