13 references to TypeParameterList
Microsoft.CodeAnalysis.VisualBasic (11)
Generated\Syntax.xml.Main.Generated.vb (2)
1788
Dim newTypeParameterList = DirectCast(Visit(node.
TypeParameterList
), TypeParameterListSyntax)
1789
If node.
TypeParameterList
IsNot newTypeParameterList Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (9)
3207
return Update(attributeLists, Me.Modifiers, Me.ModuleKeyword, Me.Identifier, Me.
TypeParameterList
)
3249
return Update(Me.AttributeLists, modifiers, Me.ModuleKeyword, Me.Identifier, Me.
TypeParameterList
)
3275
return Update(Me.AttributeLists, Me.Modifiers, moduleKeyword, Me.Identifier, Me.
TypeParameterList
)
3301
return Update(Me.AttributeLists, Me.Modifiers, Me.ModuleKeyword, identifier, Me.
TypeParameterList
)
3318
Return Me.
TypeParameterList
3335
Dim _child = If(Me.
TypeParameterList
IsNot Nothing, Me.
TypeParameterList
, SyntaxFactory.TypeParameterList())
3359
Return Me.
TypeParameterList
3394
If attributeLists <> Me.AttributeLists OrElse modifiers <> Me.Modifiers OrElse moduleKeyword <> Me.ModuleKeyword OrElse identifier <> Me.Identifier OrElse typeParameterList IsNot Me.
TypeParameterList
Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
18811
Dim withObj = objectUnderTest.WithAttributeLists(objectUnderTest.AttributeLists).WithModifiers(objectUnderTest.Modifiers).WithModuleKeyword(objectUnderTest.ModuleKeyword).WithIdentifier(objectUnderTest.Identifier).WithTypeParameterList(objectUnderTest.
TypeParameterList
)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
2425
typeParameterList:=moduleBlock.ModuleStatement.
TypeParameterList
),