4 references to ERR_UnaryOperand2
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_ConditionalAccess.vb (1)
58ReportDiagnostic(diagnostics, node.QuestionMarkToken, ERRID.ERR_UnaryOperand2, node.QuestionMarkToken.ValueText, type)
Binding\Binder_Operators.vb (1)
1286ReportDiagnostic(diagnostics, syntax, ErrorFactory.ErrorInfo(ERRID.ERR_UnaryOperand2, syntax.OperatorToken, operand.Type))
Errors\ErrorFacts.vb (1)
323ERRID.ERR_UnaryOperand2,
Preprocessor\ExpressionEvaluator.vb (1)
859Return ReportSemanticError(ERRID.ERR_UnaryOperand2, expr, expr.OperatorToken.ValueText, specialType.GetDisplayName())