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