17 references to AssertAndThrow
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (2)
113AssertAndThrow(description); 306AssertAndThrow("Creation of the Guid failed.");
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
71return fatal ? Fx.AssertAndThrowFatal("Fatal InternalException should never be thrown.") : Fx.AssertAndThrow("InternalException should never be thrown.");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (9)
215throw Fx.AssertAndThrow("CommunicationObject.BeginClose: Unknown CommunicationState"); 282throw Fx.AssertAndThrow("DoneReceivingInCurrentState: Unknown CommunicationObject.state"); 527throw Fx.AssertAndThrow("ThrowIfFaulted: Unknown CommunicationObject.state"); 576throw Fx.AssertAndThrow("ThrowIfClosed: Unknown CommunicationObject.state"); 610throw Fx.AssertAndThrow("ThrowIfDisposed: Unknown CommunicationObject.state"); 639throw Fx.AssertAndThrow("ThrowIfClosedOrOpened: Unknown CommunicationObject.state"); 668throw Fx.AssertAndThrow("ThrowIfDisposedOrImmutable: Unknown CommunicationObject.state"); 697throw Fx.AssertAndThrow("ThrowIfDisposedOrNotOpen: Unknown CommunicationObject.state"); 732throw Fx.AssertAndThrow("ThrowIfClosedOrNotOpen: Unknown CommunicationObject.state");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
382throw Fx.AssertAndThrow("CreateAndOpenTokenProvider: Invalid authentication scheme");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
106throw Fx.AssertAndThrow("GetCredential: Invalid authentication scheme");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
138throw Fx.AssertAndThrow("LifetimeManager.DecrementBusyCount: (this.busyCount > 0)");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
103throw Fx.AssertAndThrow("Argument assertion cannot be null.");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
413throw Fx.AssertAndThrow("target should not be null - expecting an EndpointAddress");