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