2 overrides of ComputeConstructor
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
57protected sealed override ConstructorInfo ComputeConstructor()
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (1)
39protected sealed override ConstructorInfo ComputeConstructor() => _constructor;
1 reference to ComputeConstructor
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\RoCustomAttributeData.cs (1)
19public sealed override ConstructorInfo Constructor => _lazyConstructorInfo ??= ComputeConstructor();