25 overrides of AttributeLists
Microsoft.CodeAnalysis.CSharp (25)
_generated\2\Syntax.xml.Syntax.Generated.cs (25)
6359
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6430
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6557
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6961
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7022
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7070
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7142
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7229
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7297
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7365
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7430
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7496
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7565
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7639
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7722
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7874
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7978
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8084
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8173
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8248
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8312
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8377
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8455
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8599
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
9106
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6 references to AttributeLists
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (2)
42
if (node.
AttributeLists
.Count > 0)
44
var attributeList = node.
AttributeLists
[0];
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (1)
166
StatementSyntax statementSyntax => statementSyntax.
AttributeLists
,
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1196
StatementSyntax statement => statement.
AttributeLists
,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (1)
166
StatementSyntax statementSyntax => statementSyntax.
AttributeLists
,
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (1)
166
StatementSyntax statementSyntax => statementSyntax.
AttributeLists
,