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