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