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