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