4 references to XoshiroImpl
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Random.cs (2)
33_impl = GetType() == typeof(Random) ? new XoshiroImpl() : new Net5CompatDerivedImpl(this); 383private static XoshiroImpl Create() => t_random = new();
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (1)
75private readonly Random.XoshiroImpl _randomIntervalGenerator = new Random.XoshiroImpl();
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1030public readonly Random.XoshiroImpl random = new Random.XoshiroImpl();