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