2 writes to _faultContractInfos
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (2)
23
_faultContractInfos
= GetSortedArray(faultContractInfoList);
34
_faultContractInfos
= GetSortedArray(faultContractInfoList);
8 references to _faultContractInfos
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (8)
72
for (int i = 0; i <
_faultContractInfos
.Length; i++)
74
if (
_faultContractInfos
[i].Detail == detailType)
76
faultInfo =
_faultContractInfos
[i];
97
for (int i = 0; i <
_faultContractInfos
.Length; i++)
99
if (
_faultContractInfos
[i].Action == action ||
_faultContractInfos
[i].Action == MessageHeaders.WildcardAction)
101
faultInfos.Add(
_faultContractInfos
[i]);
107
faultInfos =
_faultContractInfos
;