7 references to ERR_ExpectedIn
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
1057ERRID.ERR_ExpectedIn,
Parser\ParseVerify.vb (1)
75Return ERRID.ERR_ExpectedIn
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Binding\ForEachTests.vb (2)
1418Diagnostic(ERRID.ERR_ExpectedIn, ""), 1447Diagnostic(ERRID.ERR_ExpectedIn, ""),
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Parser\ParseExpression.vb (1)
2053ParseAndVerify(code, Diagnostic(ERRID.ERR_ExpectedIn, ""),
Parser\ParseStatements.vb (2)
2311]]>, Diagnostic(ERRID.ERR_ExpectedIn, ""), 2313Diagnostic(ERRID.ERR_ExpectedIn, ""))