1 override of TypeParameter
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1745private protected override SyntaxNode TypeParameter(ITypeParameterSymbol typeParameter)
7 references to TypeParameter
Microsoft.CodeAnalysis.Workspaces (7)
Editing\SyntaxGenerator.cs (7)
194typeParameters: method.TypeParameters.Select(p => TypeParameter(p)), 772type.TypeParameters.Select(TypeParameter), 781type.TypeParameters.Select(TypeParameter), 788type.TypeParameters.Select(TypeParameter), 802typeParameters: type.TypeParameters.Select(TypeParameter), 810typeParameters: type.TypeParameters.Select(TypeParameter), 923declaration = WithTypeParameters(declaration, typeParameters.Select(tp => TypeParameter(tp)));