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