1 write to xmlSerializerFaultContractInfos
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XmlSerializerFaultFormatter.cs (1)
42
this.
xmlSerializerFaultContractInfos
= xmlSerializerFaultContractInfos;
8 references to xmlSerializerFaultContractInfos
System.ServiceModel (8)
System\ServiceModel\Dispatcher\XmlSerializerFaultFormatter.cs (8)
50
for (int i = 0; i < this.
xmlSerializerFaultContractInfos
.Count; i++)
52
if (this.
xmlSerializerFaultContractInfos
[i].FaultContractInfo.Detail == detailType)
54
faultInfo = this.
xmlSerializerFaultContractInfos
[i];
75
for (int i = 0; i < this.
xmlSerializerFaultContractInfos
.Count; i++)
77
if (this.
xmlSerializerFaultContractInfos
[i].FaultContractInfo.Action == action
78
|| this.
xmlSerializerFaultContractInfos
[i].FaultContractInfo.Action == MessageHeaders.WildcardAction)
80
faultInfos.Add(this.
xmlSerializerFaultContractInfos
[i]);
86
faultInfos = this.
xmlSerializerFaultContractInfos
;