7 references to Create
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (3)
1186return Create( 4062return Create( 4170return Create(
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\StringSearchValuesHelper.cs (3)
148Value256 = Vector256.Create( 190Vector256<ushort> input = Vector256.Create( 212Vector256<ushort> input = Vector256.Create(
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Equality.cs (1)
542return Vector256.Create(lower, upper);