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