4 references to ERR_QueryNoProviderCastable
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_QueryErrors.cs (1)
64ErrorCode.ERR_QueryNoProviderCastable,
Errors\ErrorFacts.cs (1)
1429or ErrorCode.ERR_QueryNoProviderCastable
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\QueryTests.cs (1)
4450Diagnostic(ErrorCode.ERR_QueryNoProviderCastable, "IEnumerable").WithArguments("System.Collections.IEnumerable", "Select", "b").WithLocation(11, 32),
Semantics\SemanticErrorTests.cs (1)
17235Diagnostic(ErrorCode.ERR_QueryNoProviderCastable, "list").WithArguments("System.Collections.ArrayList", "Select", "x"));