7 references to Create
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (2)
744Vector256<byte> lowerShuffleMask_CopyToBoolArray256 = Vector256.Create(lowerShuffleMask_CopyToBoolArray, upperShuffleMask_CopyToBoolArray); 767Vector256<byte> shuffleMask = Vector256.Create(lowerShuffleMask_CopyToBoolArray, upperShuffleMask_CopyToBoolArray);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
1004return Create(
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (4)
637Vector256<byte> source = Vector256.Create(source0, source1); 762Vector256<byte> source = Vector256.Create(source0, source1); 909Vector256<byte> source = Vector256.Create(source0, source1); 1037Vector256<byte> source = Vector256.Create(source0, source1);