7 references to Create
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (3)
1260return Create( 4136return Create( 4244return Create(
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\StringSearchValuesHelper.cs (3)
149Value256 = Vector256.Create( 191Vector256<ushort> input = Vector256.Create( 213Vector256<ushort> input = Vector256.Create(
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Equality.cs (1)
542return Vector256.Create(lower, upper);