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