1 override of GetPrimitiveTypeName
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpTypeNameFormatter.cs (1)
27
protected override string
GetPrimitiveTypeName
(SpecialType type)
1 reference to GetPrimitiveTypeName
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (1)
39
string primitiveTypeName =
GetPrimitiveTypeName
(GetPrimitiveSpecialType(type));