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