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