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