Base:
property
AttributeLists
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.StatementSyntax.AttributeLists
3 references to AttributeLists
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
11219if (attributeLists != this.AttributeLists || expression != this.Expression || semicolonToken != this.SemicolonToken) 28282=> node.Update(VisitList(node.AttributeLists), (ExpressionSyntax)Visit(node.Expression), (SyntaxToken)Visit(node.SemicolonToken));
Parser\LanguageParser.cs (1)
9386return expressionStatementSyntax.Update(expressionStatementSyntax.AttributeLists, expressionStatementSyntax.Expression, semicolonToken);