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