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)
1940"SByte", "SByte?", GetEnumTypeName("SByte"), GetEnumTypeName("SByte") + "?",
1941"Byte", "Byte?", GetEnumTypeName("Byte"), GetEnumTypeName("Byte") + "?",
1942"Short", "Short?", GetEnumTypeName("Short"), GetEnumTypeName("Short") + "?",
1943"UShort", "UShort?", GetEnumTypeName("UShort"), GetEnumTypeName("UShort") + "?",
1944"Integer", "Integer?", GetEnumTypeName("Integer"), GetEnumTypeName("Integer") + "?",
1945"UInteger", "UInteger?", GetEnumTypeName("UInteger"), GetEnumTypeName("UInteger") + "?",
1946"Long", "Long?", GetEnumTypeName("Long"), GetEnumTypeName("Long") + "?",
1958"SByte", "SByte?", GetEnumTypeName("SByte"), GetEnumTypeName("SByte") + "?",
1959"Byte", "Byte?", GetEnumTypeName("Byte"), GetEnumTypeName("Byte") + "?",
1960"Short", "Short?", GetEnumTypeName("Short"), GetEnumTypeName("Short") + "?",
1961"UShort", "UShort?", GetEnumTypeName("UShort"), GetEnumTypeName("UShort") + "?",
1962"Integer", "Integer?", GetEnumTypeName("Integer"), GetEnumTypeName("Integer") + "?",
1963"UInteger", "UInteger?", GetEnumTypeName("UInteger"), GetEnumTypeName("UInteger") + "?",
1964"Long", "Long?", GetEnumTypeName("Long"), GetEnumTypeName("Long") + "?",