6 references to ERR_CannotConvertValue2
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Invocation.vb (4)
1113ReportDiagnostic(diagnostics, syntax, ERRID.ERR_CannotConvertValue2, argumentValue, method.ReturnType) 1127ReportDiagnostic(diagnostics, syntax, ERRID.ERR_CannotConvertValue2, argumentValue, method.ReturnType) 1153ReportDiagnostic(diagnostics, syntax, ERRID.ERR_CannotConvertValue2, argumentValue, method.ReturnType) 1176ReportDiagnostic(diagnostics, syntax, ERRID.ERR_CannotConvertValue2, argumentValue, method.ReturnType)
Errors\ErrorFacts.vb (1)
470ERRID.ERR_CannotConvertValue2,
Preprocessor\ExpressionEvaluator.vb (1)
721Return ReportSemanticError(ERRID.ERR_CannotConvertValue2, expr, fromSpecialType.GetDisplayName(), toSpecialType.GetDisplayName())