4 references to GetBinderAtOrAbove
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\BinderFactory.vb (4)
101Return GetBinderAtOrAbove(node, position) 143containingBinder = GetBinderAtOrAbove(parentNode, position) 518Return GetBinderAtOrAbove(parent, parent.SpanStart) 521Dim containingBinder As Binder = GetBinderAtOrAbove(nodeForOuterBinder, parent.SpanStart)