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