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