3 references to GetPrimitiveSpecialType
Microsoft.CodeAnalysis.Scripting (3)
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (2)
61switch (GetPrimitiveSpecialType(type)) 114throw ExceptionUtilities.UnexpectedValue(GetPrimitiveSpecialType(type));
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (1)
39string primitiveTypeName = GetPrimitiveTypeName(GetPrimitiveSpecialType(type));