5 overrides of AttributeDeclarationSyntaxList
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\GlobalExpressionVariable.cs (1)
58
protected override SyntaxList<AttributeListSyntax>
AttributeDeclarationSyntaxList
=> default(SyntaxList<AttributeListSyntax>);
Symbols\Source\SourceEnumConstantSymbol.cs (1)
90
protected override SyntaxList<AttributeListSyntax>
AttributeDeclarationSyntaxList
Symbols\Source\SourceMemberFieldSymbol.cs (1)
404
protected override SyntaxList<AttributeListSyntax>
AttributeDeclarationSyntaxList
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (1)
36
protected override SyntaxList<AttributeListSyntax>
AttributeDeclarationSyntaxList
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
103
protected override SyntaxList<AttributeListSyntax>
AttributeDeclarationSyntaxList
1 reference to AttributeDeclarationSyntaxList
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
89
if (LoadAndValidateAttributes(OneOrMany.Create(this.
AttributeDeclarationSyntaxList
), ref _lazyCustomAttributesBag))