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