4 references to GetEnclosingBinderInternal
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\MemberSemanticModel.vb (4)
90Dim binder = GetEnclosingBinderInternal(Me.RootBinder, Me.Root, FindInitialNodeFromPosition(position), position)
96Dim binder = GetEnclosingBinderInternal(Me.RootBinder, Me.Root, node, node.SpanStart)
1273Return GetEnclosingBinderInternal(memberBinder, binderRoot, DirectCast(trivia.Token.Parent, VisualBasicSyntaxNode), position)
1298binder = GetEnclosingBinderInternal(lambdaBinder, lambdaBinder.Root, node, position)