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