3 references to BindLeftOfPotentialColorColorMemberAccess
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (2)
1359
return BindMemberAccessWithBoundLeft(node, this.
BindLeftOfPotentialColorColorMemberAccess
(node.Left, diagnostics), node.Right, node.DotToken, invoked: false, indexed: false, diagnostics: diagnostics);
7440
boundLeft =
BindLeftOfPotentialColorColorMemberAccess
(exprSyntax, diagnostics);
Binder\Binder_Query.cs (1)
29
var boundFromExpression =
BindLeftOfPotentialColorColorMemberAccess
(fromClause.Expression, diagnostics);