Base:
property
AttributeLists
Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax.AttributeLists
3 overrides of AttributeLists
Microsoft.CodeAnalysis.CSharp (3)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Syntax.xml.Syntax.Generated.cs (3)
13360public override SyntaxList<AttributeListSyntax> AttributeLists => new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0)); 13520public override SyntaxList<AttributeListSyntax> AttributeLists => new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0)); 13632public override SyntaxList<AttributeListSyntax> AttributeLists => new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
2 references to AttributeLists
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbol.cs (2)
139syntax.AttributeLists, 217return ((BasePropertyDeclarationSyntax)this.CSharpSyntaxNode).AttributeLists;