6 references to GenericNameSyntax
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Syntax.Generated.vb (4)
33272Public Shadows Function WithIdentifier(identifier as SyntaxToken) As GenericNameSyntax 33290Public Shadows Function WithTypeArgumentList(typeArgumentList as TypeArgumentListSyntax) As GenericNameSyntax 33294Public Shadows Function AddTypeArgumentListArguments(ParamArray items As TypeSyntax()) As GenericNameSyntax 33336Public Function Update(identifier As SyntaxToken, typeArgumentList As TypeArgumentListSyntax) As GenericNameSyntax
Syntax\NameSyntax.vb (2)
15If TypeOf Me Is GenericNameSyntax Then 16Return DirectCast(Me, GenericNameSyntax).TypeArgumentList.Arguments.Count