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