4 references to CreateSenderFaultCode
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\ActionNotSupportedException.cs (1)
19FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.ActionNotSupported, messageVersion.Addressing.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
824FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.DestinationUnreachable, 846FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.ActionNotSupported,
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
375FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.ActionNotSupported,