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