79 references to ERR_ExpectedIdentifier
Microsoft.CodeAnalysis.VisualBasic (20)
CommandLine\VisualBasicCommandLineParser.vb (3)
1893ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedIdentifier), 1922ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedIdentifier), 1939ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedIdentifier),
Errors\ErrorFacts.vb (1)
175ERRID.ERR_ExpectedIdentifier,
Parser\ParseExpression.vb (2)
1028Dim missingIdent = ReportSyntaxError(InternalSyntaxFactory.MissingIdentifier, ERRID.ERR_ExpectedIdentifier) 1129result = SyntaxFactory.SimpleMemberAccessExpression(Term, DotOrBangToken, ReportSyntaxError(InternalSyntaxFactory.IdentifierName(InternalSyntaxFactory.MissingIdentifier), ERRID.ERR_ExpectedIdentifier))
Parser\ParseQuery.vb (1)
217missingIdent = ReportSyntaxError(missingIdent, ERRID.ERR_ExpectedIdentifier)
Parser\Parser.vb (3)
1407statement = ReportUnrecognizedStatementError(ERRID.ERR_ExpectedIdentifier, attributes, modifiers, createMissingIdentifier:=True) 2705id = ReportSyntaxError(id, ERRID.ERR_ExpectedIdentifier) 5432Dim typeName = SyntaxFactory.IdentifierName(ReportSyntaxError(InternalSyntaxFactory.MissingIdentifier(), ERRID.ERR_ExpectedIdentifier))
Parser\ParseStatement.vb (1)
907label = ReportSyntaxError(label, ERRID.ERR_ExpectedIdentifier)
Parser\ParseTerminal.vb (3)
66identifier = identifier.AddLeadingSyntax(CurrentToken, ERRID.ERR_ExpectedIdentifier) 69identifier = ReportSyntaxError(identifier, ERRID.ERR_ExpectedIdentifier) 124identifier = ReportSyntaxError(identifier, ERRID.ERR_ExpectedIdentifier)
Parser\ParseVerify.vb (1)
69Return ERRID.ERR_ExpectedIdentifier
Scanner\Scanner.vb (4)
1300Dim err As ERRID = ERRID.ERR_ExpectedIdentifier 1510Return MakeBadToken(precedingTrivia, 1, ERRID.ERR_ExpectedIdentifier) 1667Return MakeBadToken(precedingTrivia, here + 1, ERRID.ERR_ExpectedIdentifier) 1682Return MakeBadToken(precedingTrivia, here, ERRID.ERR_ExpectedIdentifier)
VisualBasicParseOptions.vb (1)
257ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedIdentifier),
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (2)
CommandLineTests.vb (2)
805args.Errors.Verify(Diagnostic(ERRID.ERR_ExpectedIdentifier), 806Diagnostic(ERRID.ERR_ExpectedIdentifier))
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (8)
Attributes\AttributeTests_WellKnownAttributes.vb (1)
2672Diagnostic(ERRID.ERR_ExpectedIdentifier, ""),
ErrorHandling.vb (7)
172compilation.VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 173Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 174Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 206compilation.VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 207Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 209Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 211Diagnostic(ERRID.ERR_ExpectedIdentifier, ""),
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (7)
Binding\GotoTests.vb (3)
93</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 112Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 113Diagnostic(ERRID.ERR_ExpectedIdentifier, ""),
Binding\UsingTests.vb (1)
1605VerifyDiagnostics(compilation1, Diagnostic(ERRID.ERR_ExpectedIdentifier, ""),
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (2)
2115Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 2117Diagnostic(ERRID.ERR_ExpectedIdentifier, ""),
Diagnostics\OperationAnalyzerTests.vb (1)
955Diagnostic(ERRID.ERR_ExpectedIdentifier, "").WithLocation(11, 21),
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\Source\SourceSymbolTests.vb (2)
533Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 535Diagnostic(ERRID.ERR_ExpectedIdentifier, ""),
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (40)
Parser\ParseAttributes.vb (1)
209Diagnostic(ERRID.ERR_ExpectedIdentifier, ""),
Parser\ParseDeclarationTests.vb (1)
496Diagnostic(ERRID.ERR_ExpectedIdentifier, ""),
Parser\ParseDirectives.vb (5)
493Diagnostic(ERRID.ERR_ExpectedIdentifier, "_"), 496Diagnostic(ERRID.ERR_ExpectedIdentifier, "_"), 3569Diagnostic(ERRID.ERR_ExpectedIdentifier, "").WithLocation(3, 26), 3570Diagnostic(ERRID.ERR_ExpectedIdentifier, "").WithLocation(7, 17), 3571Diagnostic(ERRID.ERR_ExpectedIdentifier, "").WithLocation(8, 1),
Parser\ParseErrorTests.vb (5)
2759Diagnostic(ERRID.ERR_ExpectedIdentifier, "_"), 2760Diagnostic(ERRID.ERR_ExpectedIdentifier, "_"), 2761Diagnostic(ERRID.ERR_ExpectedIdentifier, "_")) 2816Diagnostic(ERRID.ERR_ExpectedIdentifier, "_"), 2817Diagnostic(ERRID.ERR_ExpectedIdentifier, "_"))
Parser\ParseExpression.vb (2)
2086]]>, Diagnostic(ERRID.ERR_ExpectedIdentifier, "")) 2115Diagnostic(ERRID.ERR_ExpectedIdentifier, ""),
Parser\ParseStatements.vb (6)
3949Diagnostic(ERRID.ERR_ExpectedIdentifier, "").WithLocation(31, 30), 3952Diagnostic(ERRID.ERR_ExpectedIdentifier, "").WithLocation(40, 26)) 6513Diagnostic(ERRID.ERR_ExpectedIdentifier, "_"), 6514Diagnostic(ERRID.ERR_ExpectedIdentifier, "_"), 6515Diagnostic(ERRID.ERR_ExpectedIdentifier, "_"), 6516Diagnostic(ERRID.ERR_ExpectedIdentifier, "_"))
Parser\ParseVarDecl.vb (17)
269]]>, Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 271Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 273Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 274Diagnostic(ERRID.ERR_ExpectedIdentifier, "["), 275Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 276Diagnostic(ERRID.ERR_ExpectedIdentifier, "["), 277Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 278Diagnostic(ERRID.ERR_ExpectedIdentifier, "[]"), 279Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 280Diagnostic(ERRID.ERR_ExpectedIdentifier, "[]"), 281Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 282Diagnostic(ERRID.ERR_ExpectedIdentifier, "["), 285Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 286Diagnostic(ERRID.ERR_ExpectedIdentifier, "["), 289Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 290Diagnostic(ERRID.ERR_ExpectedIdentifier, "["), 291Diagnostic(ERRID.ERR_ExpectedIdentifier, "[]"),
Parser\ParseXml.vb (3)
449Diagnostic(ERRID.ERR_ExpectedIdentifier, ""), 450Diagnostic(ERRID.ERR_ExpectedIdentifier, "")) 1081Diagnostic(ERRID.ERR_ExpectedIdentifier, ""))