20 references to BindRValueWithoutTargetType
Microsoft.CodeAnalysis.CSharp (19)
Binder\Binder_AnonymousTypes.cs (1)
66boundExpressions[i] = BindRValueWithoutTargetType(expression, diagnostics);
Binder\Binder_Await.cs (1)
23BoundExpression expression = BindRValueWithoutTargetType(node.Expression, diagnostics);
Binder\Binder_Expressions.cs (3)
3362var size = BindRValueWithoutTargetType(arg, diagnostics); 6320boundLeft = BindRValueWithoutTargetType(exprSyntax, diagnostics); // Not Color Color issues with -> 9501var receiver = BindRValueWithoutTargetType(receiverSyntax, diagnostics);
Binder\Binder_Operators.cs (4)
881BoundExpression left = BindRValueWithoutTargetType(child, diagnostics); 886BoundExpression right = BindRValueWithoutTargetType(binary.Right, diagnostics); 3177var operand = BindRValueWithoutTargetType(node.Left, diagnostics); 3618var operand = BindRValueWithoutTargetType(node.Left, diagnostics);
Binder\Binder_Patterns.cs (1)
22BoundExpression expression = BindRValueWithoutTargetType(node.Expression, diagnostics);
Binder\Binder_Query.cs (2)
380var inExpression = BindRValueWithoutTargetType(join.InExpression, diagnostics); 730var yExpression = lambdaBodyBinder.BindRValueWithoutTargetType(let.Expression, d);
Binder\Binder_Statements.cs (2)
535var value = BindRValueWithoutTargetType(node.Expression, BindingDiagnosticBag.Discarded); 648var expression = BindRValueWithoutTargetType(syntax, diagnostics);
Binder\Binder_WithExpression.cs (1)
19var receiver = BindRValueWithoutTargetType(syntax.Expression, diagnostics);
Binder\ForEachLoopBinder.cs (2)
176BoundExpression collectionExpr = originalBinder.GetBinder(_syntax.Expression).BindRValueWithoutTargetType(_syntax.Expression, diagnostics); 209BoundExpression collectionExpr = originalBinder.GetBinder(_syntax.Expression).BindRValueWithoutTargetType(_syntax.Expression, diagnostics);
Binder\SwitchBinder.cs (1)
375var switchGoverningExpression = binder.BindRValueWithoutTargetType(node, diagnostics);
Binder\SwitchExpressionBinder.cs (1)
194var switchGoverningExpression = BindRValueWithoutTargetType(SwitchExpressionSyntax.GoverningExpression, diagnostics);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.cs (1)
688: binder.BindRValueWithoutTargetType(syntax, bindingDiagnostics);