2 references to WithTypeParameterList
Microsoft.CodeAnalysis.CSharp (1)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
11280
return
WithTypeParameterList
(typeParameterList.WithParameters(typeParameterList.Parameters.AddRange(items)));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1765
DelegateDeclarationSyntax @delegate => @delegate.
WithTypeParameterList
(typeParameterList),