3 types derived from ImplBase
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Random.CompatImpl.cs (2)
17private sealed class CompatSeedImpl : ImplBase 116private sealed class CompatDerivedImpl : ImplBase
src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (1)
19internal sealed class XoshiroImpl : ImplBase
2 references to ImplBase
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Random.cs (2)
26private readonly ImplBase _impl; 207ImplBase impl = _impl;