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