4 references to FaultContractInfo
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
140
child.FaultContractInfos.Add(new
FaultContractInfo
(fault.Action, fault.DetailType, fault.ElementName, fault.Namespace, operation.KnownTypes));
166
child.FaultContractInfos.Add(new
FaultContractInfo
(fault.Action, fault.DetailType, fault.ElementName, fault.Namespace, operation.KnownTypes));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
376
FaultContractInfo faultContractInfo = new
FaultContractInfo
(fault.Action, fault.DetailType, fault.ElementName, fault.Namespace, this.Operation.KnownTypes);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultContractInfo.cs (1)
21
:
this
(action, detail, null, null, null)