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)
57
cast =
MakeQueryInvocation
(fromClause, state.fromExpression, "Cast", fromClause.Type, typeRestriction, diagnostics
398
castInvocation =
MakeQueryInvocation
(join, inExpression, "Cast", join.Type, castType, diagnostics
849
boundExpression = lambdaBodyBinder.
MakeQueryInvocation
(expression, boundExpression, "Cast", castTypeSyntax, castType, diagnostics