6 references to ERR_ExpectedQueryableSource
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Query.vb (1)
4138
ReportDiagnostic(diagnostics, syntax.Expression, ERRID.
ERR_ExpectedQueryableSource
, source.Type)
Errors\ErrorFacts.vb (1)
1045
ERRID.
ERR_ExpectedQueryableSource
,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (3)
Binding\BindingErrorTests.vb (1)
2330
CreateCompilationWithMscorlib40AndVBRuntime(source).VerifyDiagnostics(Diagnostic(ERRID.
ERR_ExpectedQueryableSource
, "list2").WithArguments("Integer()"),
Binding\UsingTests.vb (2)
1339
VerifyDiagnostics(compilation1, Diagnostic(ERRID.
ERR_ExpectedQueryableSource
, "objs").WithArguments("System.Collections.Generic.List(Of MyManagedClass)"),
1641
VerifyDiagnostics(compilation1, Diagnostic(ERRID.
ERR_ExpectedQueryableSource
, "objs").WithArguments("System.Collections.Generic.List(Of MyManagedClass)"),
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
StaticLocalDeclarationTests.vb (1)
733
compilation.VerifyDiagnostics(Diagnostic(ERRID.
ERR_ExpectedQueryableSource
, "{1, 2, 3}").WithArguments("Integer()"),