Base:
property
AttributeLists
Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax.AttributeLists
5 overrides of AttributeLists
Microsoft.CodeAnalysis.CSharp (5)
_generated\2\Syntax.xml.Syntax.Generated.cs (5)
12601
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12749
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12895
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13040
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13214
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
2 references to AttributeLists
Microsoft.CodeAnalysis.CSharp (1)
src\roslyn\src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (1)
316
AddAttributes(t.
AttributeLists
, codeBlocks);
Microsoft.CodeAnalysis.CSharp.Features (1)
src\roslyn\src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (1)
316
AddAttributes(t.
AttributeLists
, codeBlocks);