3 references to GetEnclosingBinderInternal
Microsoft.CodeAnalysis.CSharp (3)
Compilation\MemberSemanticModel.cs (3)
463
var binder = this.
GetEnclosingBinderInternal
(expression, GetAdjustedNodePosition(expression));
487
var binder = this.
GetEnclosingBinderInternal
(expression, GetAdjustedNodePosition(expression));
1577
return
GetEnclosingBinderInternal
(node, position);