8 references to BindExpression
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Delegates.vb (1)
48
Dim boundOperand =
BindExpression
(addressOfSyntax.Operand, isInvocationOrAddressOf:=True, diagnostics:=diagnostics, isOperandOfConditionalBranch:=False, eventContext:=False)
Binding\Binder_Expressions.vb (5)
26
Return
BindExpression
(node, False, False, False, diagnostics)
95
Dim operand As BoundExpression =
BindExpression
(DirectCast(node, ParenthesizedExpressionSyntax).Expression,
632
Return Me.
BindExpression
(node, isInvocationOrAddressOf:=SyntaxFacts.IsInvocationOrAddressOfOperand(node), diagnostics:=diagnostics, isOperandOfConditionalBranch:=False, eventContext:=False)
798
Dim expr =
BindExpression
(node, diagnostics:=diagnostics, isOperandOfConditionalBranch:=isOperandOfConditionalBranch, isInvocationOrAddressOf:=False, eventContext:=False)
1320
Dim expr =
BindExpression
(node, diagnostics:=diagnostics, isOperandOfConditionalBranch:=isOperandOfConditionalBranch, isInvocationOrAddressOf:=False, eventContext:=False)
Binding\Binder_Invocation.vb (1)
176
target =
BindExpression
(node.Expression, diagnostics:=diagnostics, isInvocationOrAddressOf:=True, isOperandOfConditionalBranch:=False, eventContext:=False)
Binding\Binder_Statements.vb (1)
2398
result =
BindExpression
(node, isInvocationOrAddressOf:=False, isOperandOfConditionalBranch:=False, eventContext:=True, diagnostics:=diagnostics)