1 implementation of GetPartsOfAttribute
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1536
public void
GetPartsOfAttribute
(SyntaxNode node, out SyntaxNode name, out SyntaxNode? argumentList)
2 references to GetPartsOfAttribute
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (2)
566
syntaxFacts.
GetPartsOfAttribute
(node, out var name, out _);
644
syntaxFacts.
GetPartsOfAttribute
(node.Parent, out var name, out _);