5 references to AllWhereAllBitsSet
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnCharacterStringEncodings.net.cs (4)
129return Vector.AllWhereAllBitsSet(allowed); 142return Vector.AllWhereAllBitsSet(allowed); 168return Vector.AllWhereAllBitsSet(allowed); 189return Vector.AllWhereAllBitsSet(allowed);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
836static bool ISimdVector<Vector<T>, T>.AllWhereAllBitsSet(Vector<T> vector) => Vector.AllWhereAllBitsSet(vector);