3 overrides of GetEnclosingBinder
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\MemberSemanticModel.vb (1)
89Friend NotOverridable Overloads Overrides Function GetEnclosingBinder(position As Integer) As Binder
Compilation\SpeculativeSemanticModelWithMemberModel.vb (1)
125Friend Overloads Overrides Function GetEnclosingBinder(position As Integer) As Binder
Compilation\SyntaxTreeSemanticModel.vb (1)
176Friend Overrides Function GetEnclosingBinder(position As Integer) As Binder
14 references to GetEnclosingBinder
Microsoft.CodeAnalysis.VisualBasic (14)
Compilation\SemanticModel.vb (14)
719Dim binder = Me.GetEnclosingBinder(position) 819Dim binder = Me.GetEnclosingBinder(position) 1113Dim binder As Binder = If(binderOpt, GetEnclosingBinder(boundNodes.LowestBoundNode.Syntax.SpanStart)) 1475Dim binder As Binder = If(binderOpt, GetEnclosingBinder(lowestBoundNode.Syntax.SpanStart)) 1823Dim binder = Me.GetEnclosingBinder(position) 2037Dim binder = Me.GetEnclosingBinder(position) 2072Dim binder = Me.GetEnclosingBinder(position) 2351Dim binder = Me.GetEnclosingBinder(position) 2979Dim binder = Me.GetEnclosingBinder(position) 2991Dim binder = Me.GetEnclosingBinder(Root.SpanStart) ' should never return null. 3005Dim binder = Me.GetEnclosingBinder(Root.SpanStart) ' should never return null. 3019Dim binder = Me.GetEnclosingBinder(Root.SpanStart) ' should never return null. 3033Dim binder = Me.GetEnclosingBinder(Root.SpanStart) ' should never return null. 3434Dim binder = Me.GetEnclosingBinder(position)