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