6 references to ERR_QueryOperatorNotFound
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Query.vb (5)
1961ReportDiagnostic(diagnostics, Location.Create(groupBy.SyntaxTree, GetGroupByOperatorNameSpan(groupBy)), ERRID.ERR_QueryOperatorNotFound, StringConstants.GroupByMethod)
2000ReportDiagnostic(diagnostics, Location.Create(groupBy.SyntaxTree, GetGroupByOperatorNameSpan(groupBy)), ERRID.ERR_QueryOperatorNotFound, StringConstants.GroupByMethod)
2041ERRID.ERR_QueryOperatorNotFound, StringConstants.GroupJoinMethod)
2077ERRID.ERR_QueryOperatorNotFound, StringConstants.GroupJoinMethod)
4716ReportDiagnostic(diagnostics, Location.Create(node.SyntaxTree, operatorNameLocation), ERRID.ERR_QueryOperatorNotFound, operatorName)