2 references to MaxNative
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
357return MinNative(MaxNative(value, min), max);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1108static Vector<T> ISimdVector<Vector<T>, T>.MaxNative(Vector<T> left, Vector<T> right) => Vector.MaxNative(left, right);