7 references to TypeArgumentList
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
TypeSyntaxGeneratorVisitor.vb (1)
91
SyntaxFactory.
TypeArgumentList
(SyntaxFactory.SeparatedList(symbol.TypeArguments.[Select](Function(t) t.Accept(Me)))))
Microsoft.CodeAnalysis.VisualBasic.Features (2)
ExtractInterface\VisualBasicExtractInterfaceService.vb (1)
109
SyntaxFactory.
TypeArgumentList
(SyntaxFactory.SeparatedList(extractedInterfaceSymbol.TypeParameters.Select(Function(p) SyntaxFactory.ParseTypeName(p.Name))))),
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb (1)
129
Return SyntaxFactory.GenericName(_methodName, SyntaxFactory.
TypeArgumentList
(arguments:=CreateMethodCallTypeVariables()))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
CodeGeneration\VisualBasicSyntaxGenerator.vb (2)
201
SyntaxFactory.
TypeArgumentList
(
605
Return SyntaxFactory.GenericName(sname.Identifier, SyntaxFactory.
TypeArgumentList
(SyntaxFactory.SeparatedList(typeArguments.Cast(Of TypeSyntax)())))
Simplification\VisualBasicSimplificationService.Expander.vb (1)
691
SyntaxFactory.
TypeArgumentList
(
TypeSyntaxGeneratorVisitor.vb (1)
91
SyntaxFactory.
TypeArgumentList
(SyntaxFactory.SeparatedList(symbol.TypeArguments.[Select](Function(t) t.Accept(Me)))))