2 references to ReflectedTypeInternal
System.Private.CoreLib (2)
src\System\Reflection\RuntimeEventInfo.cs (2)
125
public override Type? ReflectedType =>
ReflectedTypeInternal
;
132
public override bool IsCollectible =>
ReflectedTypeInternal
.IsCollectible;