57 references to BindValue
Microsoft.CodeAnalysis.VisualBasic (57)
Binding\Binder_Attributes.vb (2)
403
Dim expression As BoundExpression =
BindValue
(simpleArgument.Expression, diagnostics)
442
Dim rValue As BoundExpression = Me.
BindValue
(namedArg.Expression, diagnostics)
Binding\Binder_ConditionalAccess.vb (1)
41
boundExpression =
BindValue
(node.Expression, diagnostics)
Binding\Binder_Conversions.vb (4)
51
Dim argument =
BindValue
(node.Expression, diagnostics)
64
Dim argument =
BindValue
(node.Expression, diagnostics)
171
Dim argument =
BindValue
(node.Expression, diagnostics)
292
BindValue
(node.Expression, diagnostics),
Binding\Binder_Delegates.vb (1)
181
boundArguments(argumentIndex) =
BindValue
(expressionSyntax, BindingDiagnosticBag.Discarded)
Binding\Binder_Expressions.vb (9)
352
Dim boundArgument As BoundExpression =
BindValue
(argumentSyntax.Expression, diagnostics)
1104
Dim result As BoundExpression = (New DefaultInstancePropertyBinder(Me)).
BindValue
(ret.Expression, exprDiagnostics)
1910
Dim boundWhenTrueArg =
BindValue
(node.WhenTrue, diagnostics)
1911
Dim boundWhenFalseArg =
BindValue
(node.WhenFalse, diagnostics)
1976
Dim boundFirstArg =
BindValue
(node.FirstExpression, diagnostics)
1977
Dim boundSecondArg =
BindValue
(node.SecondExpression, diagnostics)
4234
boundExpression =
BindValue
(expressionSyntax, diagnostics)
4291
Dim lowerBound =
BindValue
(rangeArgument.LowerBound, diagnostics)
4370
upperBound =
BindValue
(upperBoundSyntax, diagnostics)
Binding\Binder_Initializers.vb (4)
425
boundInitExpression =
BindValue
(DirectCast(fieldInitializerSyntax, ExpressionSyntax), diagnostics)
504
boundInitValue =
BindValue
(equalsValueSyntax.Value, initValueDiagnostics)
608
valueExpression = binder.
BindValue
(valueSyntax, diagnostics)
652
Dim boundInitValue As BoundExpression =
BindValue
(equalsValueSyntax.Value, diagnostics)
Binding\Binder_Invocation.vb (2)
3035
boundArgumentsBuilder.Add(
BindValue
(simpleArgument.Expression, diagnostics))
3076
boundArgumentsBuilder.Add(
BindValue
(rangeArgument.UpperBound, diagnostics))
Binding\Binder_Lambda.vb (1)
435
Dim expression As BoundExpression = bodyBinder.
BindValue
(
Binding\Binder_ObjectInitializer.vb (4)
617
Dim boundValue = objectInitializerBinder.
BindValue
(DirectCast(memberInitializerSyntax.Initializers(fieldIndex),
730
Dim value = objectInitializerBinder.
BindValue
(namedFieldInitializer.Expression, diagnostics)
899
arguments.Add(
BindValue
(expression, diagnostics))
904
arguments.Add(
BindValue
(topLevelInitializer, diagnostics))
Binding\Binder_Operators.vb (3)
178
Dim left As BoundExpression =
BindValue
(child, diagnostics, propagateIsOperandOfConditionalBranch)
183
Dim right As BoundExpression =
BindValue
(binary.Right, diagnostics, propagateIsOperandOfConditionalBranch)
1106
Dim operand As BoundExpression =
BindValue
(node.Operand, diagnostics)
Binding\Binder_Query.vb (5)
2325
Dim predicate As BoundExpression = filterBinder.
BindValue
(condition, diagnostics)
2478
Dim boundCount As BoundExpression = Me.
BindValue
(partition.Count, diagnostics)
2560
Dim key As BoundExpression = keyBinder.
BindValue
(ordering.Expression, diagnostics)
2864
selector =
BindValue
(item.Expression, diagnostics)
3936
Dim aggregationSelector = aggregationBinder.
BindValue
(functionAggregationSyntax.Argument, diagnostics)
Binding\Binder_SelectCase.vb (1)
323
Dim caseExpr As BoundExpression =
BindValue
(expressionSyntax, diagnostics)
Binding\Binder_Statements.vb (17)
1158
declarationInitializer =
BindValue
(valueSyntax, diagnostics)
1351
valueExpression = binder.
BindValue
(valueSyntax, diagnostics)
1548
collectionExpression = binder.
BindValue
(collectionSyntax, diagnostics)
2106
Dim op2 As BoundExpression = Me.
BindValue
(node.Right, diagnostics)
2181
Dim start As BoundExpression = ApplyImplicitConversion(startSyntax, int32,
BindValue
(startSyntax, diagnostics), diagnostics)
2187
lengthOpt = ApplyImplicitConversion(lengthSyntax, int32,
BindValue
(lengthSyntax, diagnostics), diagnostics)
2194
Dim source As BoundExpression = ApplyImplicitConversion(node.Right, stringType,
BindValue
(node.Right, diagnostics), diagnostics)
2244
Dim handlerExpression =
BindValue
(node.DelegateExpression, diagnostics)
3117
initialValue =
BindValue
(forStatement.FromValue, diagnostics)
3122
limit =
BindValue
(forStatement.ToValue, diagnostics)
3130
stepValue =
BindValue
(stepClause.StepValue, diagnostics)
3383
collection =
BindValue
(forEachStatement.Expression, diagnostics)
4920
Dim expr As BoundExpression = Me.
BindValue
(node, diagnostics, isOperandOfConditionalBranch:=True)
4994
Dim arg As BoundExpression = Me.
BindValue
(expressionSyntax, diagnostics)
5003
arg = Me.
BindValue
(expressionSyntax, diagnostics)
5106
Dim arg As BoundExpression = Me.
BindValue
(expressionSyntax, diagnostics)
5206
BindValue
(node.ErrorNumber, diagnostics),
Binding\Binder_WithBlock.vb (1)
209
Dim boundExpression As BoundExpression = Me.ContainingBinder.
BindValue
(Me.Expression, diagnostics)
Binding\Binder_XmlLiterals.vb (1)
757
Dim receiver =
BindValue
(syntax.Base, diagnostics)
Compilation\SemanticModel.vb (1)
2360
Dim bnode = binder.
BindValue
(expression, BindingDiagnosticBag.Discarded)