Base:
11 references to AttributeLists
Microsoft.CodeAnalysis.CSharp (2)
CSharpDeclarationComputer.cs (1)
188
var attributes = GetAttributes(t.
AttributeLists
);
Symbols\Source\SourceMemberFieldSymbol.cs (1)
410
return GetFieldDeclaration(this.SyntaxNode).
AttributeLists
;
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpDeclarationComputer.cs (1)
188
var attributes = GetAttributes(t.
AttributeLists
);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
399
fieldDeclaration.
AttributeLists
.Any(),
Microsoft.VisualStudio.LanguageServices.CSharp (7)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (2)
402
oldField.
AttributeLists
.AsReadOnlyList(),
403
newField.
AttributeLists
.AsReadOnlyList(),
CodeModel\CSharpCodeModelService.cs (1)
322
return GetAttributeNodes(baseField.
AttributeLists
);
CodeModel\CSharpCodeModelService.NodeLocator.cs (3)
695
if (field.
AttributeLists
.Count == 0)
1275
if (field.
AttributeLists
.Count == 0)
1280
endPosition = field.
AttributeLists
.Last().GetLastToken().Span.End;
CodeModel\SyntaxNodeExtensions.cs (1)
38
attributeLists = baseField.
AttributeLists
;