2 references to ReflectedTypeInternal
System.Private.CoreLib (2)
src\System\Reflection\RuntimeFieldInfo.cs (2)
41
public override Type? ReflectedType => m_reflectedTypeCache.IsGlobal ? null :
ReflectedTypeInternal
;
48
public override bool IsCollectible =>
ReflectedTypeInternal
.IsCollectible;