1 write to followingFaults
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Receive.cs (1)
258this.followingFaults = new List<SendReply>();
7 references to followingFaults
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Receive.cs (7)
256if (this.followingFaults == null) 260return this.followingFaults; 276return this.followingFaults != null && this.followingFaults.Count > 0; 455if (this.followingFaults != null) 457for (int i = 0; i < this.followingFaults.Count; i++) 459this.followingFaults[i].SetFaultFormatter(faultFormatter, includeExceptionDetailInFaults);