7 references to ERR_UnrecognizedType
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Attributes.vb (2)
179errorId = ERRID.ERR_UnrecognizedType 185errorId = ERRID.ERR_UnrecognizedType
Binding\Binder_Constraints.vb (1)
88ReportDiagnostic(diagnostics, syntax, ERRID.ERR_UnrecognizedType)
Binding\Binder_Symbols.vb (1)
285diagInfo = New BadSymbolDiagnostic(lookupResult.SingleSymbol, ERRID.ERR_UnrecognizedType)
Errors\ErrorFacts.vb (1)
161ERRID.ERR_UnrecognizedType,
Parser\Parser.vb (2)
2847errorID = ERRID.ERR_UnrecognizedType 3021ReportSyntaxError(typeArgumentList.CloseParenToken, ERRID.ERR_UnrecognizedType))