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