CodeGen\Optimizer\StackScheduler.Analyzer.vb (15)
104result = VisitExpression(expr, ExprContext.Value)
138Case ExprContext.Value, ExprContext.Address, ExprContext.Box
506Case ExprContext.Value,
565Debug.Assert(Me._context = ExprContext.Value OrElse
569rhsContext = ExprContext.Value
672context = ExprContext.Value
712Dim context As ExprContext = If(i = parameters.Length OrElse Not parameters(i).IsByRef, ExprContext.Value, ExprContext.Address)
746Me._context = ExprContext.Value
773receiver = VisitExpression(receiver, ExprContext.Value)
966PushEvalStack(node, ExprContext.Value)
1102Dim exceptionVariableOpt As BoundExpression = Me.VisitExpression(node.ExceptionSourceOpt, ExprContext.Value)
1106Dim errorLineNumberOpt As BoundExpression = Me.VisitExpression(node.ErrorLineNumberOpt, ExprContext.Value)
1110Dim exceptionFilterOpt As BoundExpression = Me.VisitExpression(node.ExceptionFilterOpt, ExprContext.Value)
1132Dim rewrittenInitializer As BoundExpression = Me.VisitExpression(initializer, ExprContext.Value)
1259Return top.context = If(Not local.IsByRef, ExprContext.Value, ExprContext.Address) AndAlso