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