4 references to AssertAndThrowFatal
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (1)
129
AssertAndThrowFatal
(description);
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
71
return fatal ? Fx.
AssertAndThrowFatal
("Fatal InternalException should never be thrown.") : Fx.AssertAndThrow("InternalException should never be thrown.");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
827
throw Fx.
AssertAndThrowFatal
("ServiceChannel.DecrementActivity: (updatedActivityCount >= 0)");
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
208
throw Fx.
AssertAndThrowFatal
("DispatcherBuilder.BindOperations: ((proxy == null) != (dispatch == null))");