2 overrides of GenericParameterClosing
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpTypeNameFormatter.cs (1)
23
protected override string
GenericParameterClosing
=> ">";
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Hosting\ObjectFormatter\VisualBasicTypeNameFormatter.vb (1)
63
Protected Overrides ReadOnly Property
GenericParameterClosing
As String
2 references to GenericParameterClosing
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (2)
124
builder.Append(
GenericParameterClosing
);
316
builder.Append(
GenericParameterClosing
);