2 references to Vector
System.Formats.Tar (1)
System\Formats\Tar\TarHeader.Write.cs (1)
1108
Vector<byte> vector = new
Vector
<byte>(bytes.Slice(i, vectorSize));
System.Text.Encodings.Web (1)
System\Text\Encodings\Web\AllowedBmpCodePointsBitmap.cs (1)
77
(new
Vector
<uint>(definedCharsBitmapAsLittleEndian) & new Vector<uint>(thisAllowedCharactersBitmap)).CopyTo(thisAllowedCharactersBitmap);