4 references to MakeQueryInvocation
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
6520/// <see cref="MakeQueryInvocation(CSharpSyntaxNode, BoundExpression, string, TypeSyntax, TypeWithAnnotations, BindingDiagnosticBag, string)"/>.
Binder\Binder_Query.cs (3)
57cast = MakeQueryInvocation(fromClause, state.fromExpression, "Cast", fromClause.Type, typeRestriction, diagnostics 398castInvocation = MakeQueryInvocation(join, inExpression, "Cast", join.Type, castType, diagnostics 849boundExpression = lambdaBodyBinder.MakeQueryInvocation(expression, boundExpression, "Cast", castTypeSyntax, castType, diagnostics