4 references to TypeIsImplicitlyStable
System.Linq (4)
System\Linq\OrderBy.cs (2)
46TypeIsImplicitlyStable<T>() && (comparer is null || comparer == Comparer<T>.Default) ? 91TypeIsImplicitlyStable<T>() && (comparer is null || comparer == Comparer<T>.Default) ?
System\Linq\OrderedEnumerable.cs (1)
175Debug.Assert(TypeIsImplicitlyStable<TElement>());
System\Linq\OrderedEnumerable.SpeedOpt.cs (1)
393Debug.Assert(TypeIsImplicitlyStable<TElement>(), "Using Min/Max has different semantics for floating-point values.");