3 references to GetAttributeLists
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
250var attributeLists = syntaxFacts.GetAttributeLists(node);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\HeaderFacts\AbstractHeaderFacts.cs (1)
91var attributeList = SyntaxFacts.GetAttributeLists(node);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
452var attributeList = syntaxFacts.GetAttributeLists(node);