CodeGeneration\VisualBasicSyntaxGenerator.vb (9)
925parameterList:=SyntaxFactory.ParameterList(SyntaxFactory.SeparatedList(parameters.Cast(Of ParameterSyntax))),
1171parameterList:=If(parameters IsNot Nothing, SyntaxFactory.ParameterList(SyntaxFactory.SeparatedList(parameters.Cast(Of ParameterSyntax)())), SyntaxFactory.ParameterList())),
1685Return DirectCast(node, ParameterSyntax).WithAttributeLists(arg)
1944Return DirectCast(declaration, ParameterSyntax).Identifier.Identifier.ValueText
2029Return ReplaceWithTrivia(declaration, DirectCast(declaration, ParameterSyntax).Identifier.Identifier, id)
2135Return DirectCast(declaration, ParameterSyntax).AsClause
2180Return DirectCast(declaration, ParameterSyntax).WithAsClause(DirectCast(asClause, SimpleAsClauseSyntax))
2816Return DirectCast(declaration, ParameterSyntax).Default
2837Return DirectCast(declaration, ParameterSyntax).WithDefault(ev)