2 references to GetPartsOfAttribute
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (2)
566syntaxFacts.GetPartsOfAttribute(node, out var name, out _); 644syntaxFacts.GetPartsOfAttribute(node.Parent, out var name, out _);