3 overrides of AttributesOwner
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourcePropertySymbol.cs (1)
227public override IAttributeTargetSymbol AttributesOwner => this;
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (1)
60public override IAttributeTargetSymbol AttributesOwner => this;
Symbols\Synthesized\Records\SynthesizedRecordPropertySymbol.cs (1)
51public override IAttributeTargetSymbol AttributesOwner => BackingParameter as IAttributeTargetSymbol ?? this;
2 references to AttributesOwner
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1289IAttributeTargetSymbol IAttributeTargetSymbol.AttributesOwner => AttributesOwner;
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
102=> _property.AttributesOwner;