12 references to TypeParameterList
Microsoft.CodeAnalysis.VisualBasic (11)
Generated\Syntax.xml.Main.Generated.vb (2)
1809
Dim newTypeParameterList = DirectCast(Visit(node.
TypeParameterList
), TypeParameterListSyntax)
1810
If node.
TypeParameterList
IsNot newTypeParameterList Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (9)
3459
return Update(attributeLists, Me.Modifiers, Me.StructureKeyword, Me.Identifier, Me.
TypeParameterList
)
3501
return Update(Me.AttributeLists, modifiers, Me.StructureKeyword, Me.Identifier, Me.
TypeParameterList
)
3527
return Update(Me.AttributeLists, Me.Modifiers, structureKeyword, Me.Identifier, Me.
TypeParameterList
)
3553
return Update(Me.AttributeLists, Me.Modifiers, Me.StructureKeyword, identifier, Me.
TypeParameterList
)
3570
Return Me.
TypeParameterList
3587
Dim _child = If(Me.
TypeParameterList
IsNot Nothing, Me.
TypeParameterList
, SyntaxFactory.TypeParameterList())
3611
Return Me.
TypeParameterList
3646
If attributeLists <> Me.AttributeLists OrElse modifiers <> Me.Modifiers OrElse structureKeyword <> Me.StructureKeyword OrElse identifier <> Me.Identifier OrElse typeParameterList IsNot Me.
TypeParameterList
Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
2567
Return structureBlock.WithStructureStatement(structureBlock.StructureStatement.WithTypeParameterList(replacer(structureBlock.StructureStatement.
TypeParameterList
)))