3 references to AssertAndThrow
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (3)
951Fx.AssertAndThrow(_totalCount != _pendingCount, "ItemQueue does not contain any available items"); 968Fx.AssertAndThrow(_pendingCount != 0, "ItemQueue does not contain any pending items"); 974Fx.AssertAndThrow(_totalCount != 0, "ItemQueue does not contain any items");