22 references to MakeRValueAndIgnoreDiagnostics
Microsoft.CodeAnalysis.VisualBasic (22)
Binding\Binder_Conversions.vb (1)
335argument = MakeRValueAndIgnoreDiagnostics(argument)
Binding\Binder_Delegates.vb (1)
165boundFirstArgument = MakeRValueAndIgnoreDiagnostics(boundFirstArgument)
Binding\Binder_Expressions.vb (4)
1972boundWhenTrueArg = MakeRValueAndIgnoreDiagnostics(boundWhenTrueArg) 1973boundWhenFalseArg = MakeRValueAndIgnoreDiagnostics(boundWhenFalseArg) 2102boundFirstArg = MakeRValueAndIgnoreDiagnostics(boundFirstArg) 2113boundSecondArgWithConversions = 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)) 689boundAssignmentValues(fieldIndex) = MakeRValueAndIgnoreDiagnostics(boundValue)
Binding\Binder_SelectCase.vb (1)
92boundExpr = MakeRValueAndIgnoreDiagnostics(boundExpr)
Binding\Binder_Statements.vb (11)
2017op2 = MakeRValueAndIgnoreDiagnostics(op2) 2041rValue = MakeRValueAndIgnoreDiagnostics(left) 2149op2 = MakeRValueAndIgnoreDiagnostics(op2) 3183initialValue = MakeRValueAndIgnoreDiagnostics(initialValue) 3184limit = MakeRValueAndIgnoreDiagnostics(limit) 3185stepValue = MakeRValueAndIgnoreDiagnostics(stepValue) 5026arg = MakeRValueAndIgnoreDiagnostics(arg) 5048arg = MakeRValueAndIgnoreDiagnostics(arg) 5067arg = MakeRValueAndIgnoreDiagnostics(arg) 5141arg = MakeRValueAndIgnoreDiagnostics(arg) 5157arg = MakeRValueAndIgnoreDiagnostics(arg)