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