7 references to ERR_QueryNoProviderStandard
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_QueryErrors.cs (1)
56ErrorCode.ERR_QueryNoProviderStandard,
Errors\ErrorFacts.cs (1)
1369case ErrorCode.ERR_QueryNoProviderStandard:
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
EvaluationContext.cs (1)
509case ErrorCode.ERR_QueryNoProviderStandard:
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (1)
MissingAssemblyTests.cs (1)
54Assert.Same(identity, GetMissingAssemblyIdentity(ErrorCode.ERR_QueryNoProviderStandard));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NullableReferenceTypesTests.cs (1)
20433Diagnostic(ErrorCode.ERR_QueryNoProviderStandard, "numbers").WithArguments("int[]", "Where").WithLocation(7, 33)
Semantics\QueryTests.cs (1)
2525Diagnostic(ErrorCode.ERR_QueryNoProviderStandard, "System.Linq.Enumerable.Range(4, 5).Where(n => n > 10)").WithArguments("System.Collections.Generic.IEnumerable<int>", "Select"));
Semantics\SemanticErrorTests.cs (1)
17149Diagnostic(ErrorCode.ERR_QueryNoProviderStandard, "nums").WithArguments("int[]", "Where"));