3 references to GetPartsOfAttribute
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
258syntaxFacts.GetPartsOfAttribute(attribute, out var attributeName, out var argumentList);
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 _);