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