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