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