2 writes to attributeLists
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
10180
public SyntaxList<AttributeListSyntax> AttributeLists => new SyntaxList<AttributeListSyntax>(GetRed(ref this.
attributeLists
, 0));
10194
internal override SyntaxNode? GetNodeSlot(int index) => index == 0 ? GetRedAtZero(ref this.
attributeLists
)! : null;
1 reference to attributeLists
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
10196
internal override SyntaxNode? GetCachedSlot(int index) => index == 0 ? this.
attributeLists
: null;