6 references to InvalidEmptyOperation
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableQueue_1.cs (3)
129throw new InvalidOperationException(SR.InvalidEmptyOperation); 143throw new InvalidOperationException(SR.InvalidEmptyOperation); 189throw new InvalidOperationException(SR.InvalidEmptyOperation);
System\Collections\Immutable\ImmutableStack_1.cs (3)
111throw new InvalidOperationException(SR.InvalidEmptyOperation); 128throw new InvalidOperationException(SR.InvalidEmptyOperation); 163throw new InvalidOperationException(SR.InvalidEmptyOperation);