9 references to TypeParameterList
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (2)
43306Return New TypeParameterListSyntax(SyntaxKind.TypeParameterList, openParenToken, ofKeyword, parameters.Node, closeParenToken) 55384Return New TypeParameterListSyntax(SyntaxKind.TypeParameterList, openParenToken, ofKeyword, parameters.Node, closeParenToken, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
7936Return New TypeParameterListSyntax(SyntaxKind.TypeParameterList, Nothing, Nothing, DirectCast(openParenToken.Node, InternalSyntax.PunctuationSyntax), DirectCast(ofKeyword.Node, InternalSyntax.KeywordSyntax), parameters.Node, DirectCast(closeParenToken.Node, InternalSyntax.PunctuationSyntax))
Generated\Syntax.xml.Syntax.Generated.vb (1)
4374''' <item><description><see cref="SyntaxKind.TypeParameterList"/></description></item>
Microsoft.CodeAnalysis.VisualBasic.Features (4)
EditAndContinue\SyntaxComparer.vb (1)
829Case SyntaxKind.TypeParameterList
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (3)
1048Contract.ThrowIfFalse(node.IsParentKind(SyntaxKind.ParameterList, SyntaxKind.TypeParameterList)) 1604Case SyntaxKind.TypeParameterList, 2003Case SyntaxKind.TypeParameterList
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Parser\ParseErrorTests.vb (1)
4611</errors>).VerifyOccurrenceCount(SyntaxKind.TypeParameterList, 0).