2 references to GetTypeNotExpressionErrorId
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
1002
ReportDiagnostic(diagnostics, expr.Syntax,
GetTypeNotExpressionErrorId
(type), type)
Binding\Binder_Invocation.vb (1)
229
Dim diagInfo = ErrorFactory.ErrorInfo(
GetTypeNotExpressionErrorId
(typeExp.Type), typeExp.Type)