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