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