5 references to GetRandomBytes
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\RandomizedStringEqualityComparer.cs (1)
26
Interop.
GetRandomBytes
((byte*)seed, sizeof(MarvinSeed));
src\libraries\System.Private.CoreLib\src\System\HashCode.cs (1)
74
Interop.
GetRandomBytes
((byte*)&result, sizeof(uint));
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
282
Interop.
GetRandomBytes
(pKey, KeyLength);
src\libraries\System.Private.CoreLib\src\System\Marvin.cs (1)
251
Interop.
GetRandomBytes
((byte*)&seed, sizeof(ulong));
src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (1)
38
Interop.
GetRandomBytes
((byte*)ptr, 4 * sizeof(ulong));