1 implementation of GetTypeArgumentsOfGenericName
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
551
public SeparatedSyntaxList<SyntaxNode>
GetTypeArgumentsOfGenericName
(SyntaxNode? genericName)
1 reference to GetTypeArgumentsOfGenericName
Microsoft.CodeAnalysis.Features (1)
MoveStaticMembers\MoveStaticMembersWithDialogCodeAction.cs (1)
313
var typeArgs = syntaxFacts.
GetTypeArgumentsOfGenericName
(expression);