2 writes to _constructor
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (2)
21
_constructor
= constructor;
27
_constructor
= constructor;
2 references to _constructor
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (2)
38
protected sealed override Type? ComputeAttributeType() =>
_constructor
.DeclaringType;
39
protected sealed override ConstructorInfo ComputeConstructor() =>
_constructor
;