Base:
2 overrides of ConstructorArguments
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
26public sealed override IList<CustomAttributeTypedArgument> ConstructorArguments
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (1)
32public sealed override IList<CustomAttributeTypedArgument> ConstructorArguments => GetLatchedFixedArguments().CloneForApiReturn();