5 references to BindRValueWithoutTargetType
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_AnonymousTypes.cs (1)
66
boundExpressions[i] =
BindRValueWithoutTargetType
(expression, diagnostics);
Binder\Binder_Expressions.cs (1)
7384
boundLeft =
BindRValueWithoutTargetType
(exprSyntax, diagnostics); // Not Color Color issues with ->
Binder\Binder_Operators.cs (1)
912
BoundExpression left =
BindRValueWithoutTargetType
(child, diagnostics);
Binder\Binder_Statements.cs (1)
651
var expression =
BindRValueWithoutTargetType
(syntax, diagnostics);
Binder\SwitchBinder.cs (1)
379
var switchGoverningExpression = binder.
BindRValueWithoutTargetType
(node, diagnostics);