1 override of GenericParameterClosing
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpTypeNameFormatter.cs (1)
23
protected override string
GenericParameterClosing
=> ">";
2 references to GenericParameterClosing
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (2)
123
builder.Append(
GenericParameterClosing
);
315
builder.Append(
GenericParameterClosing
);