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