Base:
7 overrides of DeclaringMethod
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericParameterType.cs (1)
69
public abstract override MethodBase?
DeclaringMethod
{ get; }
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
103
public sealed override MethodBase
DeclaringMethod
=> throw new InvalidOperationException(SR.Arg_NotGenericParameter);
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
230
public sealed override MethodBase
DeclaringMethod
=> throw new InvalidOperationException(SR.Arg_NotGenericParameter);
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
172
public sealed override MethodBase
DeclaringMethod
=> throw new InvalidOperationException(SR.Arg_NotGenericParameter);
System\Reflection\TypeLoading\Types\RoHasElementType.cs (1)
51
public sealed override MethodBase
DeclaringMethod
=> throw new InvalidOperationException(SR.Arg_NotGenericParameter);
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
150
public override MethodBase?
DeclaringMethod
=> throw new NotSupportedException(SR.NotSupported_ModifiedType);
System\Reflection\TypeLoading\Types\RoStubType.cs (1)
45
public sealed override MethodBase
DeclaringMethod
=> throw null!;