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