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