2 writes to faultContractInfos
System.ServiceModel (2)
System\ServiceModel\Dispatcher\FaultFormatter.cs (2)
27
faultContractInfos
= GetSortedArray(faultContractInfoList);
38
this.
faultContractInfos
= GetSortedArray(faultContractInfoList);
8 references to faultContractInfos
System.ServiceModel (8)
System\ServiceModel\Dispatcher\FaultFormatter.cs (8)
76
for (int i = 0; i <
faultContractInfos
.Length; i++)
78
if (
faultContractInfos
[i].Detail == detailType)
80
faultInfo =
faultContractInfos
[i];
101
for (int i = 0; i <
faultContractInfos
.Length; i++)
103
if (
faultContractInfos
[i].Action == action ||
faultContractInfos
[i].Action == MessageHeaders.WildcardAction)
105
faultInfos.Add(
faultContractInfos
[i]);
111
faultInfos =
faultContractInfos
;