2 references to FaultContractInfos
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
140
child.
FaultContractInfos
.Add(new FaultContractInfo(fault.Action, fault.DetailType, fault.ElementName, fault.Namespace, operation.KnownTypes));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
166
proxy.FaultFormatter = (IClientFaultFormatter)CreateFaultFormatter(proxy.
FaultContractInfos
);