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