3 overrides of AttributesOwner
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourcePropertySymbol.cs (1)
213public override IAttributeTargetSymbol AttributesOwner => this;
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (1)
59public override IAttributeTargetSymbol AttributesOwner => this;
Symbols\Synthesized\Records\SynthesizedRecordPropertySymbol.cs (1)
50public override IAttributeTargetSymbol AttributesOwner => BackingParameter as IAttributeTargetSymbol ?? this;
2 references to AttributesOwner
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1264IAttributeTargetSymbol IAttributeTargetSymbol.AttributesOwner => AttributesOwner;
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
98=> _property.AttributesOwner;