Base:
2 overrides of GetRequiredCustomModifiers
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Parameters\RoMethodParameter.cs (1)
45
public sealed override Type[]
GetRequiredCustomModifiers
() => ModifiedType.GetRequiredCustomModifiers();
System\Reflection\TypeLoading\Parameters\RoPropertyIndexParameter.cs (1)
34
public sealed override Type[]
GetRequiredCustomModifiers
() => _backingParameter.GetRequiredCustomModifiers();
1 reference to GetRequiredCustomModifiers
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\RoPropertyIndexParameter.cs (1)
34
public sealed override Type[] GetRequiredCustomModifiers() => _backingParameter.
GetRequiredCustomModifiers
();