6 references to IsUInt64Like
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (2)
82if (IsInt64Like<TTo>() || IsUInt64Like<TTo>()) 110if (IsUInt64Like<TFrom>())
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (4)
34((IsUInt64Like<TFrom>() || IsInt64Like<TFrom>()) && (IsUInt64Like<TTo>() || IsInt64Like<TTo>()))) 52if (typeof(TFrom) == typeof(double) && IsUInt64Like<TTo>()) 88if (IsUInt64Like<TFrom>() && IsUInt32Like<TTo>())