3 overrides of BoundAttributesSource
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourcePropertySymbol.cs (1)
211
protected override SourcePropertySymbolBase?
BoundAttributesSource
=> SourcePartialDefinitionPart;
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (1)
57
protected override SourcePropertySymbolBase?
BoundAttributesSource
=> null;
Symbols\Synthesized\Records\SynthesizedRecordPropertySymbol.cs (1)
48
protected override SourcePropertySymbolBase?
BoundAttributesSource
=> null;
1 reference to BoundAttributesSource
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1287
var copyFrom = this.
BoundAttributesSource
;