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