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)
38protected sealed override Type? ComputeAttributeType() => _constructor.DeclaringType; 39protected sealed override ConstructorInfo ComputeConstructor() => _constructor;