3 references to AssertAndThrow
System.ServiceModel.Internals (3)
System\Runtime\InputQueue.cs (3)
954
Fx.
AssertAndThrow
(this.totalCount != this.pendingCount, "ItemQueue does not contain any available items");
971
Fx.
AssertAndThrow
(this.pendingCount != 0, "ItemQueue does not contain any pending items");
977
Fx.
AssertAndThrow
(totalCount != 0, "ItemQueue does not contain any items");