46 references to ERR_ValueExpected
Microsoft.CodeAnalysis.CSharp (4)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (8)
IOperation\IOperationTests_IArrayElementReferenceExpression.cs (6)
592Diagnostic(ErrorCode.ERR_ValueExpected, "]").WithLocation(6, 32)
685Diagnostic(ErrorCode.ERR_ValueExpected, "]").WithLocation(6, 35)
778Diagnostic(ErrorCode.ERR_ValueExpected, "]").WithLocation(6, 34)
882Diagnostic(ErrorCode.ERR_ValueExpected, "]").WithLocation(6, 35),
885Diagnostic(ErrorCode.ERR_ValueExpected, "]").WithLocation(6, 37),
888Diagnostic(ErrorCode.ERR_ValueExpected, "]").WithLocation(6, 39)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (25)
Parsing\ParserErrorMessageTests.cs (8)
275Diagnostic(ErrorCode.ERR_ValueExpected, "").WithLocation(6, 33),
550Diagnostic(ErrorCode.ERR_ValueExpected, "]").WithLocation(7, 21),
732Diagnostic(ErrorCode.ERR_ValueExpected, ",").WithLocation(11, 11),
768Diagnostic(ErrorCode.ERR_ValueExpected, "").WithLocation(18, 14),
834ParseAndValidate(test, Diagnostic(ErrorCode.ERR_ValueExpected, "]"));
856Diagnostic(ErrorCode.ERR_ValueExpected, ","),
859Diagnostic(ErrorCode.ERR_ValueExpected, "]"));
5055ParseAndValidate(test, Diagnostic(ErrorCode.ERR_FixedDimsRequired, "ia"), Diagnostic(ErrorCode.ERR_ValueExpected, "]"));
Parsing\SeparatedSyntaxListParsingTests.cs (4)
785Diagnostic(ErrorCode.ERR_ValueExpected, "").WithLocation(9, 27),
788Diagnostic(ErrorCode.ERR_ValueExpected, "").WithLocation(10, 25),
794Diagnostic(ErrorCode.ERR_ValueExpected, "").WithLocation(11, 30),
797Diagnostic(ErrorCode.ERR_ValueExpected, "").WithLocation(11, 31));