3 references to ConvertToInt64Native
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToIntegerNative.cs (1)
50if (typeof(TTo) == typeof(long)) return Vector128.ConvertToInt64Native(x.AsDouble()).As<long, TTo>();
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (2)
519Vector128.ConvertToInt64Native(vector._lower), 520Vector128.ConvertToInt64Native(vector._upper)