6 references to ERR_UnrecognizedTypeKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Errors\ErrorFacts.vb (1)
158ERRID.ERR_UnrecognizedTypeKeyword,
Parser\Parser.vb (3)
2330withKeyword = ReportSyntaxError(withKeyword, ERRID.ERR_UnrecognizedTypeKeyword) 2441withKeyword = ReportSyntaxError(withKeyword, ERRID.ERR_UnrecognizedTypeKeyword) 2844errorID = ERRID.ERR_UnrecognizedTypeKeyword
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Source\MeMyBaseMyClassTests.vb (1)
701VerifyDiagnostics(comp, Diagnostic(ERRID.ERR_UnrecognizedTypeKeyword, ""))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Parser\ParseExpression.vb (1)
2099ParseAndVerify(code, Diagnostic(ERRID.ERR_UnrecognizedTypeKeyword, ""))