2 references to ReflectedTypeInternal
System.Private.CoreLib (2)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (2)
168
public override Type? ReflectedType => m_reflectedTypeCache.IsGlobal ? null :
ReflectedTypeInternal
;
222
RuntimeMethodBody? mb = RuntimeMethodHandle.GetMethodBody(this,
ReflectedTypeInternal
);