3 references to Narrow
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnCharacterStringEncodings.net.cs (2)
64Vector.Narrow(lower, upper).CopyTo(destination); 309Vector.Narrow(lower, upper).CopyTo(destination);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Utility.cs (1)
623Vector<byte> latin1Vector = Vector.Narrow(utf16VectorHigh, utf16VectorLow);