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