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