7 references to ReclassifyAsValue
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Expressions.vb (2)
1222expr = ReclassifyAsValue(expr, diagnostics) 1692expression = ReclassifyAsValue(expression, diagnostics)
Binding\Binder_Statements.vb (3)
3034boundVariable = ReclassifyAsValue(boundVariable, diagnostics) 3042boundVariable = ReclassifyAsValue(boundVariable, diagnostics) 3567controlVariable = ReclassifyAsValue(controlVariable, diagnostics)
Compilation\SemanticModel.vb (1)
793Dim resultNode = binder.ReclassifyAsValue(boundExpression, diagnostics)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.vb (1)
528Dim value = binder.ReclassifyAsValue(expression, diagnostics)