15 references to BindQueryOperatorCall
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\Binder_Query.vb (15)
356underlyingExpression = BindQueryOperatorCall(aggregate, source,
551underlyingExpression = BindQueryOperatorCall(aggregate, letOperator,
622boundCallOrBadExpression = BindQueryOperatorCall(source.Syntax.Parent, source,
693boundCallOrBadExpression = BindQueryOperatorCall(clauseSyntax, source,
839boundCallOrBadExpression = BindQueryOperatorCall(variable, source,
1155boundCallOrBadExpression = BindQueryOperatorCall(variable, source,
1532boundCallOrBadExpression = BindQueryOperatorCall(join, outer,
2384boundCallOrBadExpression = BindQueryOperatorCall(operatorSyntax, source,
2420boundCallOrBadExpression = BindQueryOperatorCall(distinct, source,
2492boundCallOrBadExpression = BindQueryOperatorCall(partition, source,
2605boundCallOrBadExpression = BindQueryOperatorCall(ordering, sourceOrPreviousOrdering,
3966boundCallOrBadExpression = BindQueryOperatorCall(functionAggregationSyntax, m_GroupReference,
4293boundCallOrBadExpression = BindQueryOperatorCall(syntax.AsClause, source,
4353Dim asQueryable As BoundExpression = BindQueryOperatorCall(source.Syntax, source, StringConstants.AsQueryableMethod,
4371Dim asEnumerable As BoundExpression = BindQueryOperatorCall(source.Syntax, source, StringConstants.AsEnumerableMethod,