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