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