3 references to GetRoDeclaringMethod
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericMethodParameterType.cs (3)
23protected sealed override RoType ComputeDeclaringType() => GetRoDeclaringMethod().GetRoDeclaringType(); 25public sealed override MethodBase DeclaringMethod => GetRoDeclaringMethod(); 30protected sealed override TypeContext TypeContext => GetRoDeclaringMethod().TypeContext;