Base:
property
AttributeLists
Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax.AttributeLists
3 overrides of AttributeLists
Microsoft.CodeAnalysis.CSharp (3)
_generated\2\Syntax.xml.Syntax.Generated.cs (3)
13109
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13269
public override SyntaxList<AttributeListSyntax>
AttributeLists
=> new SyntaxList<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13381
public 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)
139
syntax.
AttributeLists
,
217
return ((BasePropertyDeclarationSyntax)this.CSharpSyntaxNode).
AttributeLists
;