2 overrides of TypeParameter
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1745private protected override SyntaxNode TypeParameter(ITypeParameterSymbol typeParameter)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
2783Private Protected Overrides Function TypeParameter(symbol As ITypeParameterSymbol) As SyntaxNode
6 references to TypeParameter
Microsoft.CodeAnalysis.Workspaces (6)
Editing\SyntaxGenerator.cs (6)
184typeParameters: method.TypeParameters.Select(p => TypeParameter(p)), 775type.TypeParameters.Select(TypeParameter), 784type.TypeParameters.Select(TypeParameter), 791type.TypeParameters.Select(TypeParameter), 805typeParameters: type.TypeParameters.Select(TypeParameter), 876declaration = WithTypeParameters(declaration, typeParameters.Select(tp => TypeParameter(tp)));