1 override of TypeParameter
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1743
private protected override SyntaxNode
TypeParameter
(string name)
6 references to TypeParameter
Microsoft.CodeAnalysis.Workspaces (6)
Editing\SyntaxGenerator.cs (6)
170
name, parameters, typeParameters?.Select(
TypeParameter
), returnType, accessibility, modifiers, statements);
609
isRecord: false, name, typeParameters?.Select(
TypeParameter
), accessibility, modifiers, baseType, interfaceTypes, members);
634
isRecord: false, name, typeParameters?.Select(
TypeParameter
), accessibility, modifiers, interfaceTypes, members);
657
name, typeParameters?.Select(n =>
TypeParameter
(n)), accessibility, interfaceTypes, members);
703
name, parameters, typeParameters?.Select(n =>
TypeParameter
(n)), returnType, accessibility, modifiers);
893
=> WithTypeParameters(declaration, typeParameters.Select(n =>
TypeParameter
(n)));