2 references to InvalidOperation_EmptyQueue
System.Collections.NonGeneric (2)
System\Collections\Queue.cs (2)
183
throw new InvalidOperationException(SR.
InvalidOperation_EmptyQueue
);
199
throw new InvalidOperationException(SR.
InvalidOperation_EmptyQueue
);