3 types derived from ImplBase
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Random.Net5CompatImpl.cs (2)
17private sealed class Net5CompatSeedImpl : ImplBase 107private sealed class Net5CompatDerivedImpl : ImplBase
src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (1)
19internal sealed class XoshiroImpl : ImplBase
1 reference to ImplBase
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Random.cs (1)
26private readonly ImplBase _impl;