2 references to WithTypeParameters
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SyntaxGenerator.cs (2)
865
declaration =
WithTypeParameters
(declaration, typeParameters.Select(tp => TypeParameter(tp)));
894
=>
WithTypeParameters
(declaration, typeParameters.Select(n => TypeParameter(n)));