2 overrides of ComputeAttributeType
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
48protected sealed override Type ComputeAttributeType()
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (1)
38protected sealed override Type? ComputeAttributeType() => _constructor.DeclaringType;
1 reference to ComputeAttributeType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\RoCustomAttributeData.cs (1)
15public sealed override Type AttributeType => _lazyAttributeType ??= ComputeAttributeType()!;