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