3 references to GetSpeculativeBinderForExpression
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\MemberSemanticModel.vb (1)
1101Dim binder As Binder = Me.GetSpeculativeBinderForExpression(position, type, bindingOption)
Compilation\SemanticModel.vb (1)
750binder = Me.GetSpeculativeBinderForExpression(position, expression, bindingOption)
Compilation\SyntaxTreeSemanticModel.vb (1)
1441Dim binder As Binder = Me.GetSpeculativeBinderForExpression(position, type, bindingOption)