1 reference to AllWhereAllBitsSet
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.cs (1)
328
public static bool AllWhereAllBitsSet(Vector2 vector) => Vector128.
AllWhereAllBitsSet
(vector);