6 references to AssertAndThrowFatal
System.ServiceModel.Primitives (6)
Internals\System\Runtime\Fx.cs (1)
131AssertAndThrowFatal(description);
Internals\System\Runtime\IOThreadScheduler.cs (2)
155throw Fx.AssertAndThrowFatal("Head/Tail overflow!"); 545throw Fx.AssertAndThrowFatal("Cleanup called on an overlapped that is in-flight.");
SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
44return fatal ? Fx.AssertAndThrowFatal("Fatal InternalException should never be thrown.") : Fx.AssertAndThrow("InternalException should never be thrown.");
System\ServiceModel\Channels\ServiceChannel.cs (1)
828throw Fx.AssertAndThrowFatal("ServiceChannel.DecrementActivity: (updatedActivityCount >= 0)");
System\ServiceModel\Description\DispatcherBuilder.cs (1)
207throw Fx.AssertAndThrowFatal("DispatcherBuilder.BindOperations: ((proxy == null) != (dispatch == null))");