5 references to ERR_QueryTypeInferenceFailedSelectMany
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_QueryErrors.cs (1)
240ErrorCode.ERR_QueryTypeInferenceFailedSelectMany,
Errors\ErrorFacts.cs (1)
1438or ErrorCode.ERR_QueryTypeInferenceFailedSelectMany
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests2.cs (1)
2494Diagnostic(ErrorCode.ERR_QueryTypeInferenceFailedSelectMany, "tc").WithArguments("Test.TestClass", "int[]", "SelectMany"));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\SemanticErrorTests.cs (2)
17479Diagnostic(ErrorCode.ERR_QueryTypeInferenceFailedSelectMany, "tc").WithArguments("Test.TestClass", "int[]", "SelectMany")); 17505Diagnostic(ErrorCode.ERR_QueryTypeInferenceFailedSelectMany, "3").WithArguments("int", "Test.F1", "SelectMany").WithLocation(14, 23)