22 references to MakeRValueAndIgnoreDiagnostics
Microsoft.CodeAnalysis.VisualBasic (22)
Binding\Binder_Conversions.vb (1)
327argument = MakeRValueAndIgnoreDiagnostics(argument)
Binding\Binder_Delegates.vb (1)
165boundFirstArgument = MakeRValueAndIgnoreDiagnostics(boundFirstArgument)
Binding\Binder_Expressions.vb (4)
1947boundWhenTrueArg = MakeRValueAndIgnoreDiagnostics(boundWhenTrueArg) 1948boundWhenFalseArg = MakeRValueAndIgnoreDiagnostics(boundWhenFalseArg) 2077boundFirstArg = MakeRValueAndIgnoreDiagnostics(boundFirstArg) 2088boundSecondArgWithConversions = MakeRValueAndIgnoreDiagnostics(boundSecondArg)
Binding\Binder_Initializers.vb (1)
435boundInitExpression = MakeRValueAndIgnoreDiagnostics(boundInitExpression)
Binding\Binder_Lambda.vb (1)
457expression = bodyBinder.MakeRValueAndIgnoreDiagnostics(expression)
Binding\Binder_ObjectInitializer.vb (2)
46boundNodes.Add(MakeRValueAndIgnoreDiagnostics(arg)) 620boundAssignmentValues(fieldIndex) = MakeRValueAndIgnoreDiagnostics(boundValue)
Binding\Binder_SelectCase.vb (1)
92boundExpr = MakeRValueAndIgnoreDiagnostics(boundExpr)
Binding\Binder_Statements.vb (11)
1988op2 = MakeRValueAndIgnoreDiagnostics(op2) 2012rValue = MakeRValueAndIgnoreDiagnostics(left) 2120op2 = MakeRValueAndIgnoreDiagnostics(op2) 3154initialValue = MakeRValueAndIgnoreDiagnostics(initialValue) 3155limit = MakeRValueAndIgnoreDiagnostics(limit) 3156stepValue = MakeRValueAndIgnoreDiagnostics(stepValue) 4995arg = MakeRValueAndIgnoreDiagnostics(arg) 5017arg = MakeRValueAndIgnoreDiagnostics(arg) 5036arg = MakeRValueAndIgnoreDiagnostics(arg) 5110arg = MakeRValueAndIgnoreDiagnostics(arg) 5126arg = MakeRValueAndIgnoreDiagnostics(arg)