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)
13324
if (attributeLists != this.
AttributeLists
|| keyword != this.Keyword || block != this.Block)
28330
=> node.Update(VisitList(node.
AttributeLists
), (SyntaxToken)Visit(node.Keyword), (BlockSyntax)Visit(node.Block));