Base:
9 references to AttributeLists
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbol.cs (2)
114
syntax.
AttributeLists
,
159
=> ((BasePropertyDeclarationSyntax)CSharpSyntaxNode).
AttributeLists
;
Microsoft.VisualStudio.LanguageServices.CSharp (7)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (2)
330
oldProperty.
AttributeLists
.AsReadOnlyList(),
331
newProperty.
AttributeLists
.AsReadOnlyList(),
CodeModel\CSharpCodeModelService.cs (1)
318
return GetAttributeNodes(baseProperty.
AttributeLists
);
CodeModel\CSharpCodeModelService.NodeLocator.cs (3)
458
if (node.
AttributeLists
.Count == 0)
1011
if (node.
AttributeLists
.Count == 0)
1016
endPosition = node.
AttributeLists
.Last().Span.End;
CodeModel\SyntaxNodeExtensions.cs (1)
33
attributeLists = baseProperty.
AttributeLists
;