2 references to TryCreateFaultMessage
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
47return inner.TryCreateFaultMessage(exception, out message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
132if (faultConverter != null && faultConverter.TryCreateFaultMessage(e, out faultMessage))