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