2 instantiations of Net5CompatDerivedImpl
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Random.cs (2)
33_impl = GetType() == typeof(Random) ? new XoshiroImpl() : new Net5CompatDerivedImpl(this); 44_impl = GetType() == typeof(Random) ? new Net5CompatSeedImpl(Seed) : new Net5CompatDerivedImpl(this, Seed);