14 references to TypeParameterList
Microsoft.CodeAnalysis.VisualBasic (11)
Generated\Syntax.xml.Main.Generated.vb (2)
1851Dim newTypeParameterList = DirectCast(Visit(node.TypeParameterList), TypeParameterListSyntax) 1852If node.TypeParameterList IsNot newTypeParameterList Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (9)
3963return Update(attributeLists, Me.Modifiers, Me.ClassKeyword, Me.Identifier, Me.TypeParameterList) 4005return Update(Me.AttributeLists, modifiers, Me.ClassKeyword, Me.Identifier, Me.TypeParameterList) 4031return Update(Me.AttributeLists, Me.Modifiers, classKeyword, Me.Identifier, Me.TypeParameterList) 4057return Update(Me.AttributeLists, Me.Modifiers, Me.ClassKeyword, identifier, Me.TypeParameterList) 4074Return Me.TypeParameterList 4091Dim _child = If(Me.TypeParameterList IsNot Nothing, Me.TypeParameterList, SyntaxFactory.TypeParameterList()) 4115Return Me.TypeParameterList 4150If attributeLists <> Me.AttributeLists OrElse modifiers <> Me.Modifiers OrElse classKeyword <> Me.ClassKeyword OrElse identifier <> Me.Identifier OrElse typeParameterList IsNot Me.TypeParameterList Then
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\BasicDetectPreviewFeatureAnalyzer.vb (2)
156If classStatement IsNot Nothing AndAlso classStatement.TypeParameterList IsNot Nothing Then 157Return GetSyntaxNodeFromTypeConstraints(classStatement.TypeParameterList, previewInterfaceConstraintSymbol)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
2562Return classBlock.WithClassStatement(classBlock.ClassStatement.WithTypeParameterList(replacer(classBlock.ClassStatement.TypeParameterList)))