1 write to _attributeConstructor
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\RetargetingAttributeData.cs (1)
35_attributeConstructor = attributeConstructor;
2 references to _attributeConstructor
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Attributes\RetargetingAttributeData.cs (2)
41public override MethodSymbol? AttributeConstructor => _attributeConstructor; 48internal override bool HasErrors => _underlying.HasErrors || _attributeConstructor is null;