4 references to ThrowNotSupportedException_Boolean
System.Linq (4)
System\Linq\Grouping.cs (1)
412bool ICollection<TElement>.Remove(TElement item) => ThrowHelper.ThrowNotSupportedException_Boolean();
System\Linq\Range.SpeedOpt.cs (1)
110bool ICollection<int>.Remove(int item) => ThrowHelper.ThrowNotSupportedException_Boolean();
System\Linq\Repeat.SpeedOpt.cs (1)
114bool ICollection<TResult>.Remove(TResult item) => ThrowHelper.ThrowNotSupportedException_Boolean();
System\Linq\SkipTake.SpeedOpt.cs (1)
194bool ICollection<TSource>.Remove(TSource item) => ThrowHelper.ThrowNotSupportedException_Boolean();