3 references to BindTargetExpression
Microsoft.CodeAnalysis.CSharp (3)
Binder\LockBinder.cs (1)
39BoundExpression expr = BindTargetExpression(diagnostics, originalBinder);
Binder\LockOrUsingBinder.cs (1)
56BoundExpression expression = BindTargetExpression(diagnostics: null, // Diagnostics reported by BindUsingStatementParts.
Binder\UsingStatementBinder.cs (1)
117expressionOpt = usingBinderOpt!.BindTargetExpression(diagnostics, originalBinder);