1 override of DeclaringMethod
System.Private.CoreLib (1)
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (1)
43public abstract override MethodBase DeclaringMethod { get; }
1 reference to DeclaringMethod
System.Private.CoreLib (1)
System\RuntimeType.NativeAot.cs (1)
680public override MethodBase? DeclaringMethod => GetRuntimeTypeInfo().DeclaringMethod;