1 override of WithTypeParameters
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1767
private protected override SyntaxNode
WithTypeParameters
(SyntaxNode declaration, IEnumerable<SyntaxNode> typeParameters)
2 references to WithTypeParameters
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SyntaxGenerator.cs (2)
923
declaration =
WithTypeParameters
(declaration, typeParameters.Select(tp => TypeParameter(tp)));
952
=>
WithTypeParameters
(declaration, typeParameters.Select(n => TypeParameter(n)));