6 references to ReclassifyAsValue
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Expressions.vb (2)
1243expr = ReclassifyAsValue(expr, diagnostics) 1713expression = ReclassifyAsValue(expression, diagnostics)
Binding\Binder_Statements.vb (3)
3063boundVariable = ReclassifyAsValue(boundVariable, diagnostics) 3071boundVariable = ReclassifyAsValue(boundVariable, diagnostics) 3596controlVariable = ReclassifyAsValue(controlVariable, diagnostics)
Compilation\SemanticModel.vb (1)
797Dim resultNode = binder.ReclassifyAsValue(boundExpression, diagnostics)