21 references to BindRValueWithoutTargetType
Microsoft.CodeAnalysis.CSharp (21)
Binder\Binder_AnonymousTypes.cs (1)
66
boundExpressions[i] =
BindRValueWithoutTargetType
(expression, diagnostics);
Binder\Binder_Attributes.cs (1)
522
var rhs =
BindRValueWithoutTargetType
(namedArgument.Expression, diagnostics);
Binder\Binder_Await.cs (1)
24
BoundExpression expression =
BindRValueWithoutTargetType
(node.Expression, diagnostics);
Binder\Binder_Expressions.cs (4)
4081
var size =
BindRValueWithoutTargetType
(arg, diagnostics);
5285
var expression = @this.
BindRValueWithoutTargetType
(syntax.Expression, diagnostics);
7445
boundLeft =
BindRValueWithoutTargetType
(exprSyntax, diagnostics); // Not Color Color issues with ->
11498
var receiver =
BindRValueWithoutTargetType
(receiverSyntax, diagnostics);
Binder\Binder_Operators.cs (4)
1365
BoundExpression left =
BindRValueWithoutTargetType
(child, diagnostics);
1370
BoundExpression right =
BindRValueWithoutTargetType
(binary.Right, diagnostics);
4647
var operand =
BindRValueWithoutTargetType
(node.Left, diagnostics);
5117
var operand =
BindRValueWithoutTargetType
(node.Left, diagnostics);
Binder\Binder_Patterns.cs (1)
23
BoundExpression expression =
BindRValueWithoutTargetType
(node.Expression, diagnostics);
Binder\Binder_Query.cs (2)
380
var inExpression =
BindRValueWithoutTargetType
(join.InExpression, diagnostics);
737
var yExpression = lambdaBodyBinder.
BindRValueWithoutTargetType
(let.Expression, d);
Binder\Binder_Statements.cs (2)
538
var value =
BindRValueWithoutTargetType
(node.Expression, BindingDiagnosticBag.Discarded);
653
var expression =
BindRValueWithoutTargetType
(syntax, diagnostics);
Binder\Binder_WithExpression.cs (1)
19
var receiver =
BindRValueWithoutTargetType
(syntax.Expression, diagnostics);
Binder\ForEachLoopBinder.cs (2)
192
BoundExpression collectionExpr = originalBinder.GetBinder(_syntax.Expression).
BindRValueWithoutTargetType
(_syntax.Expression, diagnostics);
224
BoundExpression collectionExpr = originalBinder.GetBinder(_syntax.Expression).
BindRValueWithoutTargetType
(_syntax.Expression, diagnostics);
Binder\SwitchBinder.cs (1)
379
var switchGoverningExpression = binder.
BindRValueWithoutTargetType
(node, diagnostics);
Binder\SwitchExpressionBinder.cs (1)
199
var switchGoverningExpression =
BindRValueWithoutTargetType
(SwitchExpressionSyntax.GoverningExpression, diagnostics);