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