Base:
property
AttributeLists
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.MemberDeclarationSyntax.AttributeLists
2 references to AttributeLists
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
10137if (attributeLists != this.AttributeLists || modifiers != this.Modifiers || statement != this.Statement) 28252=> node.Update(VisitList(node.AttributeLists), VisitList(node.Modifiers), (StatementSyntax)Visit(node.Statement));