1 override of TypeParameter
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1746
private protected override SyntaxNode
TypeParameter
(ITypeParameterSymbol typeParameter)
6 references to TypeParameter
Microsoft.CodeAnalysis.Workspaces (6)
Editing\SyntaxGenerator.cs (6)
193
typeParameters: method.TypeParameters.Select(p =>
TypeParameter
(p)),
763
type.TypeParameters.Select(
TypeParameter
),
772
type.TypeParameters.Select(
TypeParameter
),
779
type.TypeParameters.Select(
TypeParameter
),
793
typeParameters: type.TypeParameters.Select(
TypeParameter
),
864
declaration = WithTypeParameters(declaration, typeParameters.Select(tp =>
TypeParameter
(tp)));