2 references to WithTypeParameterList
Microsoft.CodeAnalysis.CSharp (2)
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
11473internal override TypeDeclarationSyntax WithTypeParameterListCore(TypeParameterListSyntax? typeParameterList) => WithTypeParameterList(typeParameterList); 11496return WithTypeParameterList(typeParameterList.WithParameters(typeParameterList.Parameters.AddRange(items)));