1 override of GenericParameterOpening
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpTypeNameFormatter.cs (1)
22protected override string GenericParameterOpening => "<";
2 references to GenericParameterOpening
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (2)
106builder.Append(GenericParameterOpening); 304builder.Append(GenericParameterOpening);