2 references to Store
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (1)
761
Avx512F.
Store
((byte*)destination + i, normalized);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (1)
5018
public static unsafe void Store(byte* address, Vector512<byte> source) =>
Store
(address, source);