Base:
property
AttributeLists
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.StatementSyntax.AttributeLists
2 references to AttributeLists
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
11667
if (attributeLists != this.
AttributeLists
|| breakKeyword != this.BreakKeyword || name != this.Name || semicolonToken != this.SemicolonToken)
28294
=> node.Update(VisitList(node.
AttributeLists
), (SyntaxToken)Visit(node.BreakKeyword), (IdentifierNameSyntax)Visit(node.Name), (SyntaxToken)Visit(node.SemicolonToken));