Base:
method
GetEnclosingBinder
Microsoft.CodeAnalysis.VisualBasic.VBSemanticModel.GetEnclosingBinder(System.Int32)
1 override of GetEnclosingBinder
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\SpeculativeSyntaxTreeSemanticModel.vb (1)
79
Friend Overrides Function
GetEnclosingBinder
(position As Integer) As Binder
5 references to GetEnclosingBinder
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\SyntaxTreeSemanticModel.vb (5)
271
Dim binder As Binder =
GetEnclosingBinder
(node.SpanStart)
459
Dim binder As Binder =
GetEnclosingBinder
(expression.SpanStart)
707
Dim binder As Binder =
GetEnclosingBinder
(memberName.SpanStart)
763
Dim binder As Binder =
GetEnclosingBinder
(handlesClause.SpanStart)
1337
Dim binder As Binder =
GetEnclosingBinder
(declarationSyntax.SpanStart)