9 references to AttributeLists
Microsoft.CodeAnalysis.CSharp (1)
src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (1)
293codeBlocks = codeBlocks.Concat(GetAttributes(t.AttributeLists));
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (1)
293codeBlocks = codeBlocks.Concat(GetAttributes(t.AttributeLists));
Microsoft.VisualStudio.LanguageServices.CSharp (7)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (2)
453oldMethod.AttributeLists.AsReadOnlyList(), 454newMethod.AttributeLists.AsReadOnlyList(),
CodeModel\CSharpCodeModelService.cs (1)
313return GetAttributeNodes(baseMethod.AttributeLists);
CodeModel\CSharpCodeModelService.NodeLocator.cs (3)
371if (node.AttributeLists.Count == 0) 936if (node.AttributeLists.Count == 0) 941endPosition = node.AttributeLists.Last().GetLastToken().Span.End;
CodeModel\SyntaxNodeExtensions.cs (1)
28attributeLists = baseMethod.AttributeLists;