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