9 references to ThrowHelperFatal
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (5)
669throw DiagnosticUtility.ExceptionUtility.ThrowHelperFatal(ex.Message, ex); 1038throw DiagnosticUtility.ExceptionUtility.ThrowHelperFatal(ex.Message, ex); 1062throw DiagnosticUtility.ExceptionUtility.ThrowHelperFatal(ex.Message, ex); 1079throw DiagnosticUtility.ExceptionUtility.ThrowHelperFatal(ex.Message, ex); 1102throw DiagnosticUtility.ExceptionUtility.ThrowHelperFatal(ex.Message, ex);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DictionaryGlobals.cs (1)
137throw DiagnosticUtility.ExceptionUtility.ThrowHelperFatal(ex.Message, ex);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
515throw DiagnosticUtility.ExceptionUtility.ThrowHelperFatal(e.Message, e); 615throw DiagnosticUtility.ExceptionUtility.ThrowHelperFatal(e.Message, e);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
487throw DiagnosticUtility.ExceptionUtility.ThrowHelperFatal(e.Message, e);