4 references to Create
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
338sizeof(T) == sizeof(short) ? Vector128.Create((short)i).As<short, T>() :
System.Private.CoreLib (3)
src\libraries\Common\src\System\HexConverter.cs (1)
309Vector128.Create((short)0x0110).AsSByte()).AsByte();
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Utility.cs (1)
783Vector128<short> latin1MaskForTestZ = Vector128.Create(unchecked((short)0xFF00)); // used for PTEST on supported hardware
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (1)
888nonAsciiUtf16DataMask = Vector128.Create(unchecked((short)0xFF80)); // mask of non-ASCII bits in a UTF-16 char