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