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