2 references to FaultContractInfos
System.ServiceModel (2)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
995
child.
FaultContractInfos
.Add(new FaultContractInfo(fault.Action, fault.DetailType, fault.ElementName, fault.Namespace, operation.KnownTypes));
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
178
proxy.FaultFormatter = (IClientFaultFormatter)CreateFaultFormatter(proxy.
FaultContractInfos
);