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