Base:
property
DeclaringMethod
System.Reflection.TypeLoading.RoType.DeclaringMethod
2 overrides of DeclaringMethod
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericMethodParameterType.cs (1)
25public sealed override MethodBase DeclaringMethod => GetRoDeclaringMethod();
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericTypeParameterType.cs (1)
28public sealed override MethodBase? DeclaringMethod => null;