2 references to GetPartsOfGenericName
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (2)
521
syntaxFacts.
GetPartsOfGenericName
(node, out var identifier, out _);
596
syntaxFacts.
GetPartsOfGenericName
(node, out _, out var typeArguments);