1 write to followingReplies
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Receive.cs (1)
246this.followingReplies = new List<SendReply>();
7 references to followingReplies
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Receive.cs (7)
244if (this.followingReplies == null) 248return this.followingReplies; 268return this.followingReplies != null && this.followingReplies.Count > 0; 447if (this.followingReplies != null) 449for (int i = 0; i < this.followingReplies.Count; i++) 451this.followingReplies[i].SetFormatter(formatter);