3 overrides of GetEnclosingBinder
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\MemberSemanticModel.vb (1)
90Friend 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) 1120Dim binder As Binder = If(binderOpt, GetEnclosingBinder(boundNodes.LowestBoundNode.Syntax.SpanStart)) 1482Dim binder As Binder = If(binderOpt, GetEnclosingBinder(lowestBoundNode.Syntax.SpanStart)) 1830Dim binder = Me.GetEnclosingBinder(position) 2044Dim binder = Me.GetEnclosingBinder(position) 2079Dim binder = Me.GetEnclosingBinder(position) 2358Dim binder = Me.GetEnclosingBinder(position) 2986Dim binder = Me.GetEnclosingBinder(position) 2998Dim binder = Me.GetEnclosingBinder(Root.SpanStart) ' should never return null. 3012Dim binder = Me.GetEnclosingBinder(Root.SpanStart) ' should never return null. 3026Dim binder = Me.GetEnclosingBinder(Root.SpanStart) ' should never return null. 3040Dim binder = Me.GetEnclosingBinder(Root.SpanStart) ' should never return null. 3441Dim binder = Me.GetEnclosingBinder(position)