4 references to TestConversion_NothingLiteral
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (4)
ExpressionTrees\CodeGenExprLambda.vb (4)
1753TestConversion_NothingLiteral(type1, "Nothing", tests) 1754TestConversion_NothingLiteral(type1, "CType(Nothing, " + type1 + ")", tests) 1755TestConversion_NothingLiteral(type1, "DirectCast(Nothing, " + type1 + ")", tests) 1759TestConversion_NothingLiteral(type1, "TryCast(Nothing, " + type1 + ")", tests)