1 override of TypeParameter
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1742
private protected override SyntaxNode
TypeParameter
(string name)
6 references to TypeParameter
Microsoft.CodeAnalysis.Workspaces (6)
Editing\SyntaxGenerator.cs (6)
171
name, parameters, typeParameters?.Select(
TypeParameter
), returnType, accessibility, modifiers, statements);
610
isRecord: false, name, typeParameters?.Select(
TypeParameter
), accessibility, modifiers, baseType, interfaceTypes, members);
635
isRecord: false, name, typeParameters?.Select(
TypeParameter
), accessibility, modifiers, interfaceTypes, members);
658
name, typeParameters?.Select(n =>
TypeParameter
(n)), accessibility, interfaceTypes, members);
712
name, parameters, typeParameters?.Select(n =>
TypeParameter
(n)), returnType, accessibility, modifiers);
952
=> WithTypeParameters(declaration, typeParameters.Select(n =>
TypeParameter
(n)));