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