2 implementations of GetTypeArgumentsOfGenericName
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
553
public SeparatedSyntaxList<SyntaxNode>
GetTypeArgumentsOfGenericName
(SyntaxNode? genericName)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
534
Public Function
GetTypeArgumentsOfGenericName
(genericName As SyntaxNode) As SeparatedSyntaxList(Of SyntaxNode) Implements ISyntaxFacts.GetTypeArgumentsOfGenericName
1 reference to GetTypeArgumentsOfGenericName
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
534
Public Function GetTypeArgumentsOfGenericName(genericName As SyntaxNode) As SeparatedSyntaxList(Of SyntaxNode) Implements ISyntaxFacts.
GetTypeArgumentsOfGenericName