1 implementation of GetAttributesOfAttributeList
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1697
public SeparatedSyntaxList<SyntaxNode>
GetAttributesOfAttributeList
(SyntaxNode node)
1 reference to GetAttributesOfAttributeList
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
279
foreach (var attribute in syntaxFacts.
GetAttributesOfAttributeList
(attributeList))