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