14 references to InvalidOperation_EnumOpCantHappen
System.Collections (14)
System\Collections\Generic\LinkedList.cs (1)
528throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);
System\Collections\Generic\SortedDictionary.cs (6)
461throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen); 479throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen); 492throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen); 505throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen); 660throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen); 821throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);
System\Collections\Generic\SortedList.cs (6)
785throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen); 816throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen); 831throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen); 851throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen); 917throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen); 981throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);
System\Collections\Generic\SortedSet.cs (1)
1953throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);