32 references to GetEnumTypeName
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (32)
ExpressionTrees\CodeGenExprLambda.vb (32)
167TestUnaryOperator_AddTestsForTypeAndNullable_PlusMinus(GetEnumTypeName(type), operation, list)
210TestUnaryOperator_AddTestsForType_IsIsNot(GetEnumTypeName(type), operation, list)
532TestBinaryOperator_AddTestsForTypeWithNullable(GetEnumTypeName(type), operation, list)
559TestBinaryOperator_AddTestsForTypeWithNullable_Bool(GetEnumTypeName(type), operation, list)
2001"SByte", "SByte?", GetEnumTypeName("SByte"), GetEnumTypeName("SByte") + "?",
2002"Byte", "Byte?", GetEnumTypeName("Byte"), GetEnumTypeName("Byte") + "?",
2003"Short", "Short?", GetEnumTypeName("Short"), GetEnumTypeName("Short") + "?",
2004"UShort", "UShort?", GetEnumTypeName("UShort"), GetEnumTypeName("UShort") + "?",
2005"Integer", "Integer?", GetEnumTypeName("Integer"), GetEnumTypeName("Integer") + "?",
2006"UInteger", "UInteger?", GetEnumTypeName("UInteger"), GetEnumTypeName("UInteger") + "?",
2007"Long", "Long?", GetEnumTypeName("Long"), GetEnumTypeName("Long") + "?",
2019"SByte", "SByte?", GetEnumTypeName("SByte"), GetEnumTypeName("SByte") + "?",
2020"Byte", "Byte?", GetEnumTypeName("Byte"), GetEnumTypeName("Byte") + "?",
2021"Short", "Short?", GetEnumTypeName("Short"), GetEnumTypeName("Short") + "?",
2022"UShort", "UShort?", GetEnumTypeName("UShort"), GetEnumTypeName("UShort") + "?",
2023"Integer", "Integer?", GetEnumTypeName("Integer"), GetEnumTypeName("Integer") + "?",
2024"UInteger", "UInteger?", GetEnumTypeName("UInteger"), GetEnumTypeName("UInteger") + "?",
2025"Long", "Long?", GetEnumTypeName("Long"), GetEnumTypeName("Long") + "?",